About 1,190,110 results (1,458 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 ... ... characters so that each character will be in its own cell. I can do this, but I need to remove the spaces first, so that I can then refer to ...

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 ... ... remove them after pasting into a cell, that should preserve the invisible characters. ... remove the first 32 non-printable characters. So this is ...

I would like to know how to delete letters from a column of cells ...

https://support.google.com/docs/thread/118001572/i-would-like-to-know-how-to-delete-letters-from-a-column-of-cells-without-moving-the-numbers?hl=en
Jul 21, 2021 ... Since the function acts only on text (not numbers) and some of the Column E cells are numbers, in the first parameter, cell E10 is converted to ...

REGEX + ARRAYFORMULA to remove characters or strings using ...

https://support.google.com/docs/thread/124123583/regex-arrayformula-to-remove-characters-or-strings-using-dynamic-cell-references?hl=en
Sep 2, 2021 ... REGEX + ARRAYFORMULA to remove characters or strings using dynamic cell references. I have a spreadsheet my students use for data entry, to ...

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

https://support.google.com/docs/answer/6325535?hl=en&co=GENIE.Platform%3DDesktop
You can split clearly defined data, like text separated by commas, into several columns with Google Sheets. For example, a column with "Last name, First name" ...

Leading zeros are missing

https://groups.google.com/g/mementodatabase/c/Sm3EMGURhp8
The zeros were lost when you linked to Google Docs. This does happen, and can be fixed by formatting the relevant column in the Google spreadsheet as text.

LEFT - Google Docs Editors Help

https://support.google.com/docs/answer/3094079?hl=en
SPLIT : Divides text around a specified character or string, and puts each fragment into a separate cell in the row. RIGHT : Returns a substring from the ...

Removing letters from a column in google sheets - Google Docs ...

https://support.google.com/docs/thread/2674866/removing-letters-from-a-column-in-google-sheets?hl=en
Mar 19, 2019 ... I tried using formulas I found for excel that strip the letters and ... first two cells. ps thank you! <3. Original Poster Lynn Fuentes ...

Column width won't adjust

https://groups.google.com/g/microsoft.public.word.tables/c/mMLVfY9NOz0
Same issue, however by selecting the whole table (top left 4 point arrow) and then clicking Distribute Columns (Table Tools --> Layout --> Cell Size section ...

String functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/string_functions
Formats a STRING as proper case, which means that the first character in each word is uppercase and all other characters are lowercase. INSTR, Finds the ...

Need help removing letters from numbers to work with SUM function ...

https://support.google.com/docs/thread/202696449/need-help-removing-letters-from-numbers-to-work-with-sum-function-example-100m-removing-m?hl=en
Feb 19, 2023 ... Having the units in the cell is not ideal as this will interfere with the sum formula. ... First remove all the m's (could use the find and ...

Copy first few letters from a cell

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/wnFMoUY5J4w
Jan 17, 2008 ... Delete. You do not have ... the numbers to be summed. =sumproduct((left(a2:a22,5)="ABCDE")*B2:B22). -- Don Guillett Microsoft MVP Excel

Gboard - Always start with capital letters - Android Community

https://support.google.com/android/thread/232321092/gboard-always-start-with-capital-letters?hl=en
Aug 28, 2023 ... I mean that no matter where the keyboard appears (website or apps), it always starts with capital letters first. ... All Replies (4).

How to disable google sheet creating formula starting with "+ ...

https://support.google.com/docs/thread/86838717/how-to-disable-google-sheet-creating-formula-starting-with?hl=en
Dec 4, 2020 ... Is there a way to resolve this problem. Possible solution: manually replace all first line "+" with "'+" like ... character in the cell, sheets ...

I need to remove specific characters in a column - Google Docs ...

https://support.google.com/docs/thread/23306258/i-need-to-remove-specific-characters-in-a-column?hl=en
Dec 19, 2019 ... I have a list of cell phone numbers and I have like to filter them so that I can match the ones that repeat and decide which to take out and which to keep.

When I insert a table in a doc, it moves the entire text to the next ...

https://support.google.com/docs/thread/136094083/when-i-insert-a-table-in-a-doc-it-moves-the-entire-text-to-the-next-page?hl=en
Nov 19, 2021 ... ... character of text, it moves to the first character on the next page. ... In the new copy of the document remove any sensitive information, or ...

Automatically remove certain text from pasted cells - Google Docs ...

https://support.google.com/docs/thread/16025434/automatically-remove-certain-text-from-pasted-cells?hl=en
Oct 4, 2019 ... When you first use it you will see numbers like 45689, this is the date value. You will ... Oct 4, 2019. 10/4/2019, 12:17:13 PM. Get link.

Shift values in multiple rows

https://groups.google.com/g/openrefine/c/qLgNiCM0MDE
record ID > Edit column > Remove this column. Show as > rows. I hope ... 3) Edit the cell in first row of the 'index' column to have some value in it ...

Open Refine Bulk Editing Question

https://groups.google.com/g/openrefine/c/GhUf5JjQq3A
Jun 6, 2021 ... ... column, OpenRefine automatically returns to the first page of the data. ... Excel or LibreOffice and only modifying an individual cell). So ...

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.