About 1,137,464 results (2,996 milliseconds)

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 ... cell E1 or see Example tab where the same formula is in cell A1. = ...

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 ... I modified the formulas to refer to the Column F cell of the same row.) The formula to extract the text from Column E is in cell F10. It's ...

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 ... I have a column with thousand of entries in the following format "Grave moss 3369", I need a way to remove the text and be left with the integers (3369).

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

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. I am sure someone here will have a more technically ...

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 ... ... text to columns, and use a formula to do it instead. Is there a way to automatically strip out the times from this column when I paste it in?

Remove all letters/alphabets, leave digits only - Google Docs Editors ...

https://support.google.com/docs/thread/65724478/remove-all-letters-alphabets-leave-digits-only?hl=en
Aug 19, 2020 ... Delete everything in column B and put this in B1 ={"Digits only";Arrayformula(IF(A2:A="",,RegexReplace(A2:A,"[AZ]+","")))}

Remove the last character in each cell and sum them up - Google ...

https://support.google.com/docs/thread/87008051/remove-the-last-character-in-each-cell-and-sum-them-up?hl=en
Dec 5, 2020 ... I have 3 cells A1, A2, A3 with value 1x, 2x, 3x. I am trying to sum the numerical part of those 3 cells (removing the last character) into another cell.

removing text from one cell based on text from another - Google ...

https://support.google.com/docs/thread/149925873/removing-text-from-one-cell-based-on-text-from-another?hl=en
Feb 8, 2022 ... I would like a cell to remove text and go blank if certain text appears in another. ... formula on that? Could it automatically update when the ...

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 ... character's place value in a future formula. I have tried the ...

Using substitute to remove text only if it is the end of the string ...

https://support.google.com/docs/thread/189756234/using-substitute-to-remove-text-only-if-it-is-the-end-of-the-string?hl=en
Nov 22, 2022 ... My input string is formatted as such: "Lastname/FirstnameSalutation" i.e. "SMITH/JOHNMR". This is output as a single cell and I have gotten that ...

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 ... Apply to range: A1:A ; Format cells if... Custom Formula is... ; Formula: =AND(COUNTIF(ARRAYFORMULA(REGEXREPLACE(TO_TEXT($A$1:$A),"\D","")), ...

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

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 ... But adding &"xx" to the end of the formula changes the formatting of the cell and therefor it displays the full results of the function's ...

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 ... Excel documentation suggests that you use the SUBSTITUTE() function to get rid of non-printing Unicode characters: Sometimes text values contain ...

How to Remove Words if It exceeds certain limit in Cell - Google ...

https://support.google.com/docs/thread/10688826/how-to-remove-words-if-it-exceeds-certain-limit-in-cell?hl=en
Jul 26, 2019 ... I am a newbie when it comes to google sheets formulas but I am stuck with this problem for about an hour and can't really get it to work. I have ...

How to remove columns with blank cell using function formula ...

https://support.google.com/docs/thread/124021915/how-to-remove-columns-with-blank-cell-using-function-formula?hl=en
Sep 2, 2021 ... ... spreadsheet). However, the columns with blank cells also copies. However, I cannot put in the formula to delete a specific column letter ...

I want to automatically update a cell on my spreadsheet based on ...

https://support.google.com/docs/thread/232683367/i-want-to-automatically-update-a-cell-on-my-spreadsheet-based-on-the-contents-of-another-cell?hl=en
Aug 30, 2023 ... Click cell F2; In the formula bar (fx field above the column letters), delete the text (should say TRUE since the box is checked); Hover your ...

Why are line breaks being added to cells randomly? - Google Docs ...

https://support.google.com/docs/thread/19672393/why-are-line-breaks-being-added-to-cells-randomly?hl=en
Nov 13, 2019 ... find a cell with text (not formula); place the cursor in the edit line (formula bar); backspace to remove all of the text; type in new text; hit ...