About 1,640,115 results (4,752 milliseconds)

Using TEXT formula, blank cell adds data and skews reporting ...

https://support.google.com/docs/thread/120071718/using-text-formula-blank-cell-adds-data-and-skews-reporting?hl=en
Aug 5, 2021 ... ... when you check with ISBLANK. If you need ISBLANK to return TRUE, you could use this function: =IF(F6="",,TEXT(F6,"MMMM")). Let us know if ...

Using logical operators as a cell reference in IF formula. - Google ...

https://support.google.com/docs/thread/44693980/using-logical-operators-as-a-cell-reference-in-if-formula?hl=en
May 5, 2020 ... I have an IF formula in which I want to use the Logical operators (> ,=) from a cell. For example in Cell A1 there is > symbol typed.

Formula to return if cell is blank (no visible text) vs contains formula ...

https://support.google.com/docs/thread/168620875/formula-to-return-if-cell-is-blank-no-visible-text-vs-contains-formula-value?hl=en
Jun 24, 2022 ... I am trying to use a simple function to return one value if true and another if false. I have a few columns, all containing a formula.

Use conditional formatting rules in Google Sheets - Computer ...

https://support.google.com/docs/answer/78413?hl=en&co=GENIE.Platform%3DDesktop
Cells, rows, or columns can be formatted to change text or background color if they meet certain conditions. For example, if they contain a certain word or a ...

Conditional IF statement not working - Google Docs Editors ...

https://support.google.com/docs/thread/59831408/conditional-if-statement-not-working?hl=en
Jul 19, 2020 ... ... if the “Do Again” column contains the text “No”. I cannot understand ... Whatever I use, I get invalid formula. =IF($P11 = “No”, True ...

Cell formula to display different text based off text in another cell ...

https://support.google.com/docs/thread/158958439/cell-formula-to-display-different-text-based-off-text-in-another-cell?hl=en
Apr 7, 2022 ... E.g. if cell D2 contains /02/ then show Ball, but if it contains /03/ show Sock. Aim of this is I can write the formula once, apply it to every ...

Google Sheets IF Statement with Numbers and Text - Google Docs ...

https://support.google.com/docs/thread/120398679/google-sheets-if-statement-with-numbers-and-text?hl=en
Aug 8, 2021 ... Only 1*1 = 1, so only TRUE * TRUE results in a TRUE for the outer IF(). Here's the same formula using the AND() function. Use the one you prefer ...

How do use a checkbox to return text into another cell using "IF ...

https://support.google.com/docs/thread/99424400/how-do-use-a-checkbox-to-return-text-into-another-cell-using-if?hl=en
Feb 23, 2021 ... I have a checkbox in cell A5; When checked I want it to return text in A1; I'm not clear on the syntax I should be using in the IF formula.

Google Sheets: how to put image in the cell but with the IF formula ...

https://support.google.com/docs/thread/75597980/google-sheets-how-to-put-image-in-the-cell-but-with-the-if-formula?hl=en
Oct 7, 2020 ... =if( A1 = "TEXT"; image(ImageFromTheNamedRage); iferror(1/0) ). If you need more help, please share a sample spreadsheet. Cheers --Hyde. Last ...

IF function - Google Docs Editors Help

https://support.google.com/docs/answer/3093364?hl=en
Returns one value if a logical expression is `TRUE` and another if it is `FALSE`. Sample Usage IF(A2 = "foo","A2 is foo") IF(A2,"A2 was true","A2 was ...

Need a formula that if cell E2 is Yes, then divide another column by ...

https://support.google.com/docs/thread/5187180/need-a-formula-that-if-cell-e2-is-yes-then-divide-another-column-by-2-and-enter-result-in-e6?hl=en
Apr 30, 2019 ... I have a spreadsheet that calculates my budget. I split some expenses with my husband. In each row, I have a cell with the original amount, followed by a cell ...

How to take text from a cell to use as a reference inside another ...

https://support.google.com/docs/thread/200744477/how-to-take-text-from-a-cell-to-use-as-a-reference-inside-another-formula?hl=en
Feb 6, 2023 ... I have a spreadsheet with a lot of cells that contain references to another sheets, I'd like to know if I can use those cells in formulas to ...

Is it possible for a plus sign to show as plain text and not create a ...

https://support.google.com/docs/thread/4057005/is-it-possible-for-a-plus-sign-to-show-as-plain-text-and-not-create-a-formula?hl=en
Apr 12, 2019 ... I need the plus sign to show as plain text and not create a formula. ... So if you type this '+word+word it will come out as just +word+ ...

DATE in IF Function showing as FALSE when it should be True, why ...

https://support.google.com/docs/thread/40506913/date-in-if-function-showing-as-false-when-it-should-be-true-why?hl=en
Apr 16, 2020 ... Select 'If Text Contains' = True, and select the Green Formatting Style ... Similar to Excel, when you drag a formula down it auto-updates ...

Auto-populate multiple count if conditions, when a new row is added ...

https://support.google.com/docs/thread/53988643/auto-populate-multiple-count-if-conditions-when-a-new-row-is-added?hl=en
Jun 17, 2020 ... The one function I can't seem to get to work is an auto-populating array count if formula. ... See cell BN1 in your sample spreadsheet for an ...

How can I search in a cell for a word in a sentence, and if it find it ...

https://support.google.com/docs/thread/147050478/how-can-i-search-in-a-cell-for-a-word-in-a-sentence-and-if-it-find-it-then-write-a-certain-word?hl=en
Jan 21, 2022 ... If the text does not contain 'pencil', an error will be returned. You can use IF() to create a logical decision on what the formula should do if ...

COUNTIF - Google Docs Editors Help

https://support.google.com/docs/answer/3093480?hl=en
Returns a conditional count across a range. For this same video with audio descriptions: COUNTIF Function. To get an example spreadsheet and follow along with ...

Conditional Formatting to replace value with text - Google Docs ...

https://support.google.com/docs/thread/69831997/conditional-formatting-to-replace-value-with-text?hl=en
Sep 9, 2020 ... I have created an Excel sheet for a planning, and I've managed to use conditional formatting to help me (since I don't understand much about ...

Formula to display text based off a cell in another sheet - Google ...

https://support.google.com/docs/thread/285992087/formula-to-display-text-based-off-a-cell-in-another-sheet?hl=en
Jul 18, 2024 ... ... IF formula that will display text from a ... Does anyone know how this can be done? Thanks,. Details. Sheets,Microsoft Windows,Personal use.

Array Formula to assign text labels to values based on number ...

https://support.google.com/docs/thread/52146242/array-formula-to-assign-text-labels-to-values-based-on-number-ranges?hl=en
Jun 9, 2020 ... For example, if the value is 1000 to 9,999, I would like the ... I can do this using nested IF statements if I add the proper formula ...