About 1,829,919 results (4,167 milliseconds)

How to remove unwanted spaces - Google Docs Editors Community

https://support.google.com/docs/thread/188915830/how-to-remove-unwanted-spaces?hl=en
Nov 16, 2022 ... I have tried the "TRIM" formula, but it only removed some spaces and did not remove ALL spaces between the characters as needed.

Split text, remove duplicates, or trim whitespace - Computer - Google ...

https://support.google.com/docs/answer/6325535?hl=en&co=GENIE.Platform%3DDesktop
Select the data range that you'd like to remove duplicates in. Cells with identical values but different letter cases, formatting, or formulas are considered to ...

Data validation trim formula - Google Docs Editors Community

https://support.google.com/docs/thread/261118201/data-validation-trim-formula?hl=en
Feb 28, 2024 ... I need to validate the input (by user) of the cells so that there are no trailing or leading whitespace. I found that this formula can do it =TRIM(B25) = B25.

How to remove empty cells from arrayformula result - Google Docs ...

https://support.google.com/docs/thread/259614391/how-to-remove-empty-cells-from-arrayformula-result?hl=en
Feb 19, 2024 ... I need to list which items in A do not have a corresponding value in B. I was able to figure out that formula (seen below). I have two columns of data.

Is there a way to delete multiple blank rows all at once without doing ...

https://support.google.com/docs/thread/199083324/is-there-a-way-to-delete-multiple-blank-rows-all-at-once-without-doing-them-in-groups?hl=en
Jan 26, 2023 ... Is there a way to delete every blank row on a sheet without highlighting, right clicking and then deleting? And only being able to do the rows ...

spaces in cell expecting a number - Google Docs Editors Community

https://support.google.com/docs/thread/296514297/spaces-in-cell-expecting-a-number?hl=en
Sep 13, 2024 ... Sharing a spreadsheet and they keep putting blank spaces ... Wrapping the expression with TRIM function will help remove the spurious space ...

TRIM function - Google Docs Editors Help

https://support.google.com/docs/answer/3094140?hl=en
Removes leading, trailing, and repeated spaces in text. Sample Usage TRIM(" lorem ipsum") TRIM(A2) Syntax TRIM(text) text - The string or reference to a ...

How can I exclude blank cells from a filter function? - Google Docs ...

https://support.google.com/docs/thread/24137024/how-can-i-exclude-blank-cells-from-a-filter-function?hl=en
Dec 29, 2019 ... The filter works and auto populates but includes any blank (Unanswered) questions as a fail. So how do I get the filter formula to distinguish between a blank ...

Array formula range importing empty cells - Google Docs Editors ...

https://support.google.com/docs/thread/236841903/array-formula-range-importing-empty-cells?hl=en
Sep 28, 2023 ... In the IF statement we remove "" as this doesn't technically count as a blank but we leave the , to ensure it doesn't leave FALSE. Next we ...

How to generate a list without spaces based on entered criteria ...

https://support.google.com/docs/thread/48311440/how-to-generate-a-list-without-spaces-based-on-entered-criteria?hl=en
May 22, 2020 ... The tricky part is I only want the plays that were marked, and without any blank cells in between them. ... I updated the formula so it does not ...

Combine TRIM and ISBLANK - simple question - Google Docs ...

https://support.google.com/docs/thread/3803951/combine-trim-and-isblank-simple-question?hl=en
Apr 8, 2019 ... I'm trying to TRIM my data (ie leading and trailing spaces) and then fill blank cells with NULL. TRIM and ISBLANK are not working in my function.

Why is text not recognized in conditional formatting? - Google Docs ...

https://support.google.com/docs/thread/124243206/why-is-text-not-recognized-in-conditional-formatting?hl=en
Sep 3, 2021 ... Formula: =TRIM($B2)="Friday". Format: <format of your choice>. Again, you don't need to change the formula if you remove the leading spaces.

Spaces don't show up after characters using Concatenate or Join ...

https://support.google.com/docs/thread/63090890/spaces-don-t-show-up-after-characters-using-concatenate-or-join?hl=en
Aug 5, 2020 ... ... formula, the spaces only appear between characters. I want them to ... Is there a way to force it to accept empty spaces? Thank you for ...

Replacing empty cells via Find and Replace not working - Google ...

https://support.google.com/docs/thread/217248400/replacing-empty-cells-via-find-and-replace-not-working?hl=en
May 23, 2023 ... ... null values rather than empty text strings which probably explains the dilemma. Your regex ^(\s*)$ will find cells that contain white space ...

Google Sheets search / find & replace not functioning properly ...

https://support.google.com/docs/thread/10616419/google-sheets-search-find-replace-not-functioning-properly?hl=en
Jul 25, 2019 ... Other thoughts: Is there a trailing space in the find box in your screenshot? Is the text in the screenshot part of a formula? Here is how ...

Remove blank rows from IMPORTXML result - Google Docs Editors ...

https://support.google.com/docs/thread/35415791/remove-blank-rows-from-importxml-result?hl=en
Mar 24, 2020 ... However, it lists each item with a space in between. How can I go about removing this from the result? There's also an issue where it tells ...

How do I mass remove line breaks in Google Docs? - Google Docs ...

https://support.google.com/docs/thread/4814034/how-do-i-mass-remove-line-breaks-in-google-docs?hl=en
Apr 24, 2019 ... busy - so if you have questions - just look up spreadsheet formulas ... Just match using regexp (\n) and replace with a space. Jo S. Diamond ...

Remove Zero from the List using Formula - Google Docs Editors ...

https://support.google.com/docs/thread/115192179/remove-zero-from-the-list-using-formula?hl=en
Jun 28, 2021 ... As you cannot visually see the space then cell would not be empty (blank). This may not see a problem but could cause problems in other cases ...

Filter out blank rows in named range - Google Docs Editors ...

https://support.google.com/docs/thread/44123024/filter-out-blank-rows-in-named-range?hl=en
May 3, 2020 ... This formula will take all of the contents from column A of Sheet1 and remove the blank rows. If this is not what you need, would you please ...

How to add a blank option in a data validation drop down list ...

https://support.google.com/docs/thread/5750893/how-to-add-a-blank-option-in-a-data-validation-drop-down-list?hl=en
May 8, 2019 ... If you select the first option to be this formula: =CHAR(130). it will show an empty result (space). All empty characters like a single quote ...