About 1,939,351 results (5,908 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 ...

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

If...then statements in spreadsheets?

https://groups.google.com/g/tinspire/c/xHzIAiLGAko
Feb 18, 2009 ... I know it's possible to create a function in the Program Editor, but I was hoping for a simpler use within a spreadsheet cell. Besides, I need ...

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

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

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 am trying to apply custom formula conditional formatting to the address column to turn the background red and the text white if the “Do Again” column ...

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 ... ... conditional formatting. Sheet Access. Here is the conditional formatting formula is review is ​. =IF(Today()<C1, OR(C2=FALSE)). When this is ...

Sum function not working on values returned from if statement ...

https://support.google.com/docs/thread/39856270/sum-function-not-working-on-values-returned-from-if-statement?hl=en
Apr 13, 2020 ... Sum function not working on values returned from if statement? I am using the following if statement in one column for several rows (this ...

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 ... You can do it with tiered IF statements but IFS is cleaner. Using ...

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 ... work, the square with the if statement is F1. {. {Stephen,G}. Product ...

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

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

https://support.google.com/docs/answer/78413?hl=en&co=GENIE.Platform%3DDesktop
Single color: Under "Format cells if," choose the condition that you want to trigger the rule. Under "Formatting style, choose what the cell will look like when ...

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

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

Using IF statement with a negative number - Google Docs Editors ...

https://support.google.com/docs/thread/32601974/using-if-statement-with-a-negative-number?hl=en
Mar 6, 2020 ... Mathematically, D-E-H=I and I have inserted a "Check" cell to verify that this is true. When it is true you can see from the formula above that ...

Multiple IF Statements within 1 IF Statement for 4 potential output ...

https://support.google.com/docs/thread/15373515/multiple-if-statements-within-1-if-statement-for-4-potential-output-values?hl=en
Sep 26, 2019 ... Along those lines and given that my personal preference is to use IFS instead of nested IF, I created EdAlt tab with these two formulas. B4 = ...

use form data to fill sheet cell if true - Google Docs Editors Community

https://support.google.com/docs/thread/157598847/use-form-data-to-fill-sheet-cell-if-true?hl=en
Mar 28, 2022 ... The formula below is one I feel is best suited to get you the sum of Monday Cash Sales if Column A is checked. =SUMIF('Form Responses 1'!$A:$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 ... However, because timespent J2 is formatted as Date/Time (HH:MM) and not a number, sheets can not process it in this formula and will always give ...

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

Word 2003 - IF Statement, Form Field Calculate

https://groups.google.com/g/microsoft.public.word.tables/c/VJCuKnfiE9E
In Excel, you could do also use: =MAX(D19*D21,150). In Word, you could use a formula field (rather than a calculation formfield) coded as: {=MAX({=D19*D21} ...