About 1,257,326 results (5,856 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 ...

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 ... How can make the resultant cell remain blank if the input cell is blank while still incorporating this IF(and) statement? ... Use your sample ...

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

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.

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

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

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

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. ... Example: If the team is recorded as "Red", I want that row of ...

IFS function - Google Docs Editors Help

https://support.google.com/docs/answer/7014145?hl=en
Sample Usage IFS(A1>90, "A", A1>80, "B", A1>70, "C") IFS({A1:A5} ... IF : Returns one value if a logical expression is `TRUE` and another if it is `FALSE`.

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

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

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

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 ... =IFS(D3="Critical", 4, D3="High", 3, D3="Medium", 2, D3="Low", 1) (example 1) When I use this formula, High always returns #N/A. =IF(D3=" ...

Use If expressions in templates - AppSheet Help

https://support.google.com/appsheet/answer/11568425?hl=en
You can use an <<If>> expression to conditionally display a column value. For example, you can display the Address column value if the person is at least 21 ...

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

using Excel conditional formatting to overwrite other conditional ...

https://support.google.com/docs/thread/151107811/using-excel-conditional-formatting-to-overwrite-other-conditional-formatting?hl=en
Feb 17, 2022 ... I'm trying to use conditional formatting to display text alerts depending on user input. I have created a simplified example.

Custom Formula using IFS statement in Conditional Formatting ...

https://support.google.com/docs/thread/222186127/custom-formula-using-ifs-statement-in-conditional-formatting-doesn-t-work-as-expected?hl=en
Jun 22, 2023 ... With the example being if A1 = 8 then would highlight red and 1 would highlight purple. I've used (and probably others that I can't recall):.

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 ... This was my attempt at writing it and I'm getting a parse error. =IFS(H3:H=0,vlookup(N3:N,'Hertz Rate Sheet'!B3:F25,2,false) ...

replicating excel's textjoin with an IF function - Google Docs Editors ...

https://support.google.com/docs/thread/201897402/replicating-excel-s-textjoin-with-an-if-function?hl=en
Feb 14, 2023 ... replicating excel's textjoin with an IF function. in excel, I have ... 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 ... Like in your example, these issues generally have many decimal places between them and what you actually need. The screenshot you showed was 49 ...