About 1,697,125 results (5,117 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 ...

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.

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

How to conditional format based on two conditions of another cell ...

https://support.google.com/docs/thread/34905276/how-to-conditional-format-based-on-two-conditions-of-another-cell?hl=en
Mar 22, 2020 ... Inside the function, you can put as many conditions as you like. ... For example, if you delete the values in D5 and M5. Re-enter the '6 ...

Trying to get value from a column if conditions are met - Google ...

https://support.google.com/docs/thread/12883925/trying-to-get-value-from-a-column-if-conditions-are-met?hl=en
Aug 26, 2019 ... I am attempting to have a formula pull based on these conditions: If (Team member) = (Team member) Then (Team) For example, If(BN:BN = 'Team Member Matrix & ...

How to automatically format cell colors based on Booleans - Google ...

https://support.google.com/docs/thread/5542742/how-to-automatically-format-cell-colors-based-on-booleans?hl=en
May 6, 2019 ... ... if End Use Date column is not empty, set row color to red. But I'm not sure how to write this formula. I considered doing a conditional, but ...

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

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 ... I think I understand your issue, thanks for the clarification! Following your example in this case you can go to Conditional formatting in cell ...

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 ... The example that I tried to follow used if statements and conditional formatting. the if statement turned a box to text, then the ...

IFS function - Google Docs Editors Help

https://support.google.com/docs/answer/7014145?hl=en
Evaluates multiple conditions and returns a value that corresponds to the first true condition. Sample ... If all conditions are FALSE, #N/A is returned. See Also.

How do I get multiple criteria to work in one custom formula ...

https://support.google.com/docs/thread/238316853/how-do-i-get-multiple-criteria-to-work-in-one-custom-formula?hl=en
Oct 8, 2023 ... But when I try to add a second criteria, nothing highlights. For example, if the Date Sent to Staff is today and column I is True, I want it to ...

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

How to create a conditional median formula - Google Docs Editors ...

https://support.google.com/docs/thread/32535008/how-to-create-a-conditional-median-formula?hl=en
Mar 6, 2020 ... I have found this formula but it is for excel, is there something similar for sheets? ... So for example I'd like to know the Median column ...

Conditional formatting if any cell is blank - Google Docs Editors ...

https://support.google.com/docs/thread/22679297/conditional-formatting-if-any-cell-is-blank?hl=en
Dec 12, 2019 ... ... formula (so 1 in range will mean 1 in the formula.) If that doesn't work, please start a new thread for your question and share a sample ...

How can I use a cell reference for a sheet name in a conditional ...

https://support.google.com/docs/thread/59777572/how-can-i-use-a-cell-reference-for-a-sheet-name-in-a-conditional-format-custom-formula?hl=en
Jul 18, 2020 ... In a Conditional Formatting rule, the formula you enter is, effectively, dragged across and down the Apply To range. (Similar to what happens if ...

Conditional Formatting doesnt allow me to write the equal symbol for ...

https://support.google.com/docs/thread/23882145/conditional-formatting-doesnt-allow-me-to-write-the-equal-symbol-for-a-formula?hl=en
Dec 26, 2019 ... If you finish typing the formula and get it correct and closed the warning will go away. Until you completely close the formula with the last ...

how to conditional format based on previous row for multiple rows ...

https://support.google.com/docs/thread/191588518/how-to-conditional-format-based-on-previous-row-for-multiple-rows?hl=en
Dec 6, 2022 ... So looking at the sample sheet, column B: I want row 12 to turn red, if its lower than row 11 and green if its higher. This has to continue with ...

Conditional Formatting when the value in a cell is greater than the ...

https://support.google.com/docs/thread/5900027/conditional-formatting-when-the-value-in-a-cell-is-greater-than-the-value-in-another-cell?hl=en
May 10, 2019 ... Example: If you have the custom formula: =A1<10 and have it applied to the range of "A1:B10" in cell A1 it will evaluate exactly as written ...

Input help with an equation in Redcap

https://groups.google.com/g/redcap_open/c/pMzkMTKdELM
Sep 21, 2021 ... ... (CONDITION, value if condition is TRUE, value if condition is FALSE). This is a equation that works for example: if([cpis_temp] > 35.9,if ...