About 1,495,299 results (5,405 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 ...

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 ... Use your sample sheet to demonstrate what you'd like the sheet to do! Many problems can get very complex and having an accurate sample of data ...

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 ... For example: If a student was due a review on the 13/01/2020, but the cell hadn't been checked, the cell would turn red a the date has passed ...

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 ... I've tried both of the following formats. Whatever I use, I get invalid formula. =IF($P11 = “No”, True, False).

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 ... ... if possible. Spreadsheet formulas cannot insert rows, so another type of solution is required. Perhaps you could use array_constrain() to ...

How can I copy data from one sheet to another using IF statements ...

https://support.google.com/docs/thread/109233301/how-can-i-copy-data-from-one-sheet-to-another-using-if-statements?hl=en
May 9, 2021 ... I then want to use something like an IF statement to sort all data by column C. IF data in Column C = (A, B, C, etc.), THEN copy row to sheet (A, B, C, etc.).

IFS function - Google Docs Editors Help

https://support.google.com/docs/answer/7014145?hl=en
Tests an expression against a list of cases and returns the corresponding value of the first matching case, with an optional default value if nothing else is ...

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

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 ... Currently it assumes the input cell is 0 if it is blank. Thanks! Details. Sheets,Chrome OS,Personal use.

How do I create a IF statement condition using the current time ...

https://support.google.com/docs/thread/174582592/how-do-i-create-a-if-statement-condition-using-the-current-time?hl=en
Aug 10, 2022 ... I am creating a social media posting schedule. Under the calendar tab the date in H4 is set to update daily and the formula in F6 is set to match the ...

Error when using SWITCH inside VLOOKUP - Google Docs Editors ...

https://support.google.com/docs/thread/6839361/error-when-using-switch-inside-vlookup?hl=en
May 26, 2019 ... The SWITCH() function in Excel ... If you don't want to use my method then you will have to see if someone else can offer a different method I did ...

IF Then Else statement to update a column

https://groups.google.com/g/mapinfo-l/c/PHYlQHOoRKo
May 5, 2015 ... I have been trying write an IF THEN ELSE type statement in MapBasic but get an error saying "Unrecognised command:if." I am guessing I am ...

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 ... Wondering if there is an easy formula to use so that when A5 is not blank, the picture appears in cell B5. I currently have: =IF(ISBLANK(A7) ...

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 ... See this message for an explanation of how date and time values work in spreadsheets. If you need more help, please share a sample spreadsheet ...

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 ... Trying to evaluate more than 3 arguments with nested IF, also tried IFS statement, am not getting re. I have a column that is filled using a ...

Advanced filter function in Excel - Google Docs Editors Community

https://support.google.com/docs/thread/9779002/advanced-filter-function-in-excel?hl=en
Jul 12, 2019 ... I'm not familiar with that feature in Excel so I can't say if or what the equivalent function is in Sheets. ... If I missed something else, please ...

Query, Importrange with an If statement - Google Docs Editors ...

https://support.google.com/docs/thread/9257583/query-importrange-with-an-if-statement?hl=en
Jul 4, 2019 ... so, use the 2nd idea. Hand enter the header titles: · DATE ITEM QUANT PRICE Header5 Header6 (but use your real info) · Then use the IFERROR query ...

CASE (Searched) | Looker Studio | Google Cloud

https://cloud.google.com/looker/docs/studio/case-searched
Mar 18, 2025 ... Note: All of the THEN clauses in a CASE statement must return the same data type. For example, if the first THEN clause returns the Text data ...

Combining IF THAN statement with multiple Vlookups - Google Docs ...

https://support.google.com/docs/thread/258969465/combining-if-than-statement-with-multiple-vlookups?hl=en
Feb 15, 2024 ... I would like to use two separate Vlookup formulas as the "Value_if_true" and "Value_if_false" options in an IF/THEN fuction.

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 ... I figured I should use an IF formula within the query formula (on ... This is an IF statement that will look at each cell of your ...