About 1,923,646 results (3,811 milliseconds)

How can I remove the #VALUE error without removing the formula ...

https://support.google.com/docs/thread/56529966/how-can-i-remove-the-value-error-without-removing-the-formula?hl=en
Jul 1, 2020 ... Try the following: First, clear column D completely (I mean COMPLETELY) Then enter the following formula into cell D1 only.

Convert Array Formulas to Regular Formulas

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/xSLL1_OoMO4
examine every cell on every sheet that was ever used! Here's the code: to put it into the workbook, open the workbook, then press [Alt]+[F11] to enter the VB ...

Is there a remove formula for Google sheets? - Google Docs Editors ...

https://support.google.com/docs/thread/169797196/is-there-a-remove-formula-for-google-sheets?hl=en
Jul 4, 2022 ... Is there a way where I can input a formula to say If I scan this number in a different cell erase them from this cell? ... Learn more. All Replies ...

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 ... For example these will remove all spaces from cell A1 (and put it in the new cell):.

How do I clear contents in a cell but keep the formula in google ...

https://support.google.com/docs/thread/101825326/how-do-i-clear-contents-in-a-cell-but-keep-the-formula-in-google-sheets?hl=en
Mar 11, 2021 ... I'm having trouble figuring out how to clear contents in the cell but keep the formula, so that when I input new info, the cleared cell will generate the new ...

Remove 'FALSE' from Results - Google Docs Editors Community

https://support.google.com/docs/thread/167158560/remove-false-from-results?hl=en
Jun 13, 2022 ... Normally when you copy a cell with a formula or drag a formula down or across a page all of the cell references (ranges) in that cell will be ...

Cell with formula showing data that is no longer there, I need help ...

https://support.google.com/docs/thread/164903910/cell-with-formula-showing-data-that-is-no-longer-there-i-need-help?hl=en
May 25, 2022 ... on the cell, delete the formula. reload the spreadsheet ... Imagine every time you edit 1 cell that ALL formulas recalculate themselves...

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 ... In every tab, I use this formula to filter the name to another sheet. =FILTER(Sheet1!A2:J, Sheet1!A2:A="John") (for example, the name is John ...

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 ... A3") will ALWAYS point to that cell even if you add/delete rows or columns. ... A3 etc formulas into all student cells for all columns that have ...

I'm getting #ref when deleting rows. Is there a way to avoid this ...

https://support.google.com/docs/thread/84417645/i-m-getting-ref-when-deleting-rows-is-there-a-way-to-avoid-this?hl=en
Nov 21, 2020 ... For example, if I create a formula like =Sum(A2+A3+A4+A5) and delete row 3, the A3 cell is gone and the formula will break. ... It gets ALL the ...

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

COUNTIF working only on line of first formula appearance - Google ...

https://support.google.com/docs/thread/25950210/countif-working-only-on-line-of-first-formula-appearance?hl=en
Jan 17, 2020 ... ... all cells' number types to be identical, but still no dice. I ... Also you can remove all the separate formulas in B4 through B12 and ...

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 ... It's an array formula, meaning that this one formula populates the entire column. ... so i dont want to manually delete the letters every time.

I want to delete all rows that have a cell with a vaule of 0 - Google ...

https://support.google.com/docs/thread/59567699/i-want-to-delete-all-rows-that-have-a-cell-with-a-vaule-of-0?hl=en
Jul 17, 2020 ... One way to do that would be to Insert > New sheet and use a formula like this in the new sheet: =filter(Sheet1!A1:F, Sheet1!D1:D <> 0)

I'm trying to change the absolute reference on a block of cellsof ...

https://support.google.com/docs/thread/240075303/i-m-trying-to-change-the-absolute-reference-on-a-block-of-cellsof?hl=en
Oct 20, 2023 ... ... Excel but not with sheets. F for works for one cell at a time but I can't do a group of cells. ... all the new things at the top and those ...

Is there a way to remove certain cells from a formula that has a ...

https://support.google.com/docs/thread/169432719/is-there-a-way-to-remove-certain-cells-from-a-formula-that-has-a-colored-cell?hl=en
Jul 1, 2022 ... Ok attached is a photo of my spreadsheet. I was wondering if there's a way to remove cells from a formula that has a colored cell applied 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 ... ... removal into a few designated dynamic cell references (the blue-shaded cells). Ideally, this array formula would be able to remove multiple ...

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 ... ... cell. Click Replace all. This will remove all the units and your formula should work. You may choose to edit the column headings to denote ...

Remove "seconds" from data validation dropdown list - Google Docs ...

https://support.google.com/docs/thread/36014947/remove-seconds-from-data-validation-dropdown-list?hl=en
Mar 27, 2020 ... I need these cell for other calculations and would appreciate not ... cells and all values considered a duration avoids that. The regex ...

UNIQUE Function still displaying duplicate values from a list of ...

https://support.google.com/docs/thread/272555264/unique-function-still-displaying-duplicate-values-from-a-list-of-alphanumeric-characters?hl=en
May 2, 2024 ... I am trying to remove all the duplicates on each row. When using ... Your current formula in cell B2 is: =unique(L2:P2). Use: =unique(L2 ...