About 1,532,447 results (5,130 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 ... ... formula. I have tried the "TRIM" formula, but it only removed some spaces and did not remove ALL spaces between the characters as needed. I ...

TRIM function - Google Docs Editors Help

https://support.google.com/docs/answer/3094140?hl=en
Google Sheets trims text input into cells by default. It is important to use TRIM when text is used in formulas or data validation because spaces in front of or ...

How to replace numbers and words with only numbers in google ...

https://support.google.com/docs/thread/262569292/how-to-replace-numbers-and-words-with-only-numbers-in-google-sheets?hl=en
Mar 6, 2024 ... Without using formula, if you are interested. Try this ONLY in a copy of your sheet: Select the range of cells. Click on Edit > Find and Replace ...

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 ...

excel - How to eliminate leading zeroes in a cell that begins with text ...

http://feedproxy.google.com/~r/stackoverflow/ynOn/~3/PXHI79XdsWU/how-to-eliminate-leading-zeroes-in-a-cell-that-begins-with-text-and-has-text-and
Feb 21, 2020 ... AND is there always a space before the numbers? ... excel-formula. or ask your own question ... How to remove zero's appearing at the end of number.

Auto formating causing #ERROR! for phone number entries in a ...

https://support.google.com/docs/thread/21952036/auto-formating-causing-error-for-phone-number-entries-in-a-spreadsheet?hl=en
Dec 4, 2019 ... Setting the column to plain text and using find and replace to identify the = and replace it has not worked. I wanted to know if there is a ...

Need a formula to remove the text from a cell, and just leave the ...

https://support.google.com/docs/thread/56218448/need-a-formula-to-remove-the-text-from-a-cell-and-just-leave-the-numbers?hl=en
Jun 29, 2020 ... RegEx is used to check patterns. In this case, the pattern is the pattern is made up of charactes, spaces and numbers. What you want is only the ...

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 ... ... remove them so that all of the digits are right next to each other. ... - define a formula ... Just match using regexp (\n) and replace with a space.

International Numbers in Google Sheets - Google Docs Editors ...

https://support.google.com/docs/thread/52209958/international-numbers-in-google-sheets?hl=en
Jun 8, 2020 ... ... (using it as a lookup function so the function value is case sensitive) ... Adding any code or apostrophe before the numbers ... use formula =trim("+ ...

international phone numbers - force text format, disabling automatic ...

https://support.google.com/docs/thread/173355017/international-phone-numbers-force-text-format-disabling-automatic-formula-detection?hl=en
Jul 31, 2022 ... international phone numbers - force text format, disabling automatic "formula detection"? ... e.range.setValue(formula.replace(/^=/, "'+")); }.

Can I prevent down-fill from incrementing *every* cell reference in a ...

https://support.google.com/docs/thread/5225132/can-i-prevent-down-fill-from-incrementing-every-cell-reference-in-a-formula?hl=en
Apr 30, 2019 ... At the end of each row I have a formula that computes a useful number ... You can quickly rotate through the various possibilities using the F4 ...

Google Docs: equation white spacing - Google Docs Editors ...

https://support.google.com/docs/thread/164983755/google-docs-equation-white-spacing?hl=en
May 26, 2022 ... A number of examples are shown in the link below using comments in the document. In each example a non-consistent amount of white space is added ...

Pivot Table Errors with Calculated Fields - Google Docs Editors ...

https://support.google.com/docs/thread/120871359/pivot-table-errors-with-calculated-fields?hl=en
Aug 12, 2021 ... The Columns that are returning the errors are all columns of numbers that have been created by formulas in the original data. ... used as normal ...

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 was able to figure out that formula (seen below). I have two columns of data. A has phone numbers. B has the adjacent phone numbers Owners ...

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 ...

Search and use find and replace - Computer - Google Docs Editors ...

https://support.google.com/docs/answer/62754?hl=en&co=GENIE.Platform%3DDesktop
You can find and replace words in a document, spreadsheet, or presentation with Google Docs, Sheets, and Slides. You can also search within a file using the ...

How to remove decimal places from cells formatted as text - Google ...

https://support.google.com/docs/thread/265531791/how-to-remove-decimal-places-from-cells-formatted-as-text?hl=en
Mar 23, 2024 ... I'm using this function in Google Sheets to strip a letter from the end of numbers in a range of cells, sum the numbers in that range of cells, and then divide ...

Google Keeps Reverting My In-Formula-Bar Formatting. How Do I ...

https://support.google.com/docs/thread/163079851/google-keeps-reverting-my-in-formula-bar-formatting-how-do-i-stop-it-from-doing-this?hl=en
May 10, 2022 ... To make complex formulas easier to read, I've been combining Alt+Enter and adding spaces to different lines inside of the formula bar.

I need a formula that sums up numbers from a comma separated ...

https://support.google.com/docs/thread/82151972/i-need-a-formula-that-sums-up-numbers-from-a-comma-separated-string-based-on-item-name?hl=en
Nov 10, 2020 ... A TRIM() on the fruits to remove white space created by the SPLIT(). ... If you're uncomfortable using an undocumented function, let me ...

Ran into an "uncleanable" character in Google Sheets. This is a bug ...

https://support.google.com/docs/thread/51299987/ran-into-an-uncleanable-character-in-google-sheets-this-is-a-bug?hl=en
Jun 4, 2020 ... ... using the mid() function. You can see how there are a bunch ... Sven feels the CLEAN function should remove all non-printable characters.