About 1,384,191 results (2,984 milliseconds)

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

Conditional Formatting If statement with multiple criteria - Google ...

https://support.google.com/docs/thread/25539997/conditional-formatting-if-statement-with-multiple-criteria?hl=en
Jan 13, 2020 ... Here is the conditional formatting formula is review is =IF(Today()<C1, OR(C2=FALSE)) When this is applied the cell will turn red to alert users that the ...

Filling a cell color with an If statement in Google Sheets - Google ...

https://support.google.com/docs/thread/88176015/filling-a-cell-color-with-an-if-statement-in-google-sheets?hl=en
Dec 11, 2020 ... I am trying to make it so when someone types the right equation ... The example that I tried to follow used if statements and conditional ...

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 ... They are different than those used as in the case of writing a book. The quotes used in formulas have a different meaning. They mean where text ...

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

If statement based on time/date value, help. - Google Docs Editors ...

https://support.google.com/docs/thread/101423375/if-statement-based-on-time-date-value-help?hl=en
Mar 9, 2021 ... ... formula and will always give a "False" result/output. My ... If you need more help, please share a sample spreadsheet that shows ...

Nested If Statement with 3 or more Named Ranges Used, AND ...

https://support.google.com/docs/thread/148751878/nested-if-statement-with-3-or-more-named-ranges-used-and-adding-rows-after-array-entry?hl=en
Jan 31, 2022 ... Attached is the spreadsheet I made as an example of what I am talking about. Sheet1 has the drop downs with current formula, Sheet2 has the ...

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 ... ... IF(). Here's the same formula using the AND() function. Use the one you prefer: =ARRAYFORMULA( IF(. AND(Sum(L5:L9)=0 ,sum(IFERROR(Sign ...

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.

Trying to evaluate more than 3 arguments with nested IF, also tried ...

https://support.google.com/docs/thread/29433263/trying-to-evaluate-more-than-3-arguments-with-nested-if-also-tried-ifs-statement-am-not-getting-re?hl=en
Feb 21, 2020 ... ... IF, also tried IFS statement, am ... sample spreadsheet, and it worked just fine with all 4 values. As for the IF() formula, the nested IF ...

Input help with an equation in Redcap

https://groups.google.com/g/redcap_open/c/pMzkMTKdELM
Sep 21, 2021 ... This is how redcap uses conditional logic: if (CONDITION, value if condition is TRUE, value if condition is FALSE). This is a equation that ...

Word 2003 - IF Statement, Form Field Calculate

https://groups.google.com/g/microsoft.public.word.tables/c/VJCuKnfiE9E
> by CellB. > > The expression would be this in Excel 2003: =IF(SUM(D19*D21) > ... > matter when writing a formula such as you all did above? Just curious > on ...

Leaving Cell Blank in a IF(and) Statement - Google Docs Editors ...

https://support.google.com/docs/thread/121722801/leaving-cell-blank-in-a-if-and-statement?hl=en
Aug 17, 2021 ... I assume it's always blank or 0 to 99 based on your formula. If it ... Use your sample sheet to demonstrate what you'd like the sheet to do!

IF formula returns FALSE while comparing to equal numbers ...

https://support.google.com/docs/thread/193901389/if-formula-returns-false-while-comparing-to-equal-numbers?hl=en
Dec 22, 2022 ... I'll see if I can come up with something else to work for the data validation. ... sample sheet we can all work on. Learn More: Google ...

Inserting an image if another cell is not blank - Google Docs Editors ...

https://support.google.com/docs/thread/35326824/inserting-an-image-if-another-cell-is-not-blank?hl=en
Mar 24, 2020 ... Inserting an image if another cell is not blank. Hi everyone,. I'm writing a spreadsheet ... Wondering if there is an easy formula to use so ...

I want use a formula, only if a check box is checked. - Google Docs ...

https://support.google.com/docs/thread/232249681/i-want-use-a-formula-only-if-a-check-box-is-checked?hl=en
Aug 27, 2023 ... I want to use a formula to calculate something, but only if the checkbox is checked. Otherwise, leave the field at "0".

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 ... An IF statement is composed of 3 parts that are all indented by 2 spaces. ... As a side note, I noticed that if you use my example formulas above ...

Using IF function within QUERY formulas (Google Sheet) - Google ...

https://support.google.com/docs/thread/89041581/using-if-function-within-query-formulas-google-sheet?hl=en
Dec 17, 2020 ... This is an IF statement that will look at each cell of your results and if the result is a 0, then a blank will entered in the table.

IF function - how to write the formula to connect with another tab in ...

https://support.google.com/docs/thread/4562242/if-function-how-to-write-the-formula-to-connect-with-another-tab-in-the-same-sheet?hl=en
Apr 20, 2019 ... I'm trying to figure out how to use the IF function across tabs in the same sheet. The formula i am using is =sumif(C$1:C$722, "=PF2",J$1:J$722)