About 1,159,236 results (2,992 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 ... I have created an IF(and) statement that spits out text based on where the input cell is at in a range of values. I would like for the resultant cell to remain ...

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

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

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

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 ... Hi there, I have a sheet in which i calculate time spent. All of the numbers in this sheet is formatted as Date/Time "hh:mm", so that 14 hours ...

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

IFS function - Google Docs Editors Help

https://support.google.com/docs/answer/7014145?hl=en
condition1 - The first condition to be evaluated. This can be a boolean, a number, an array, or a reference to any of those. · value1 - The returned value if ...

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

Help with multiple IF(AND) statements, Google Sheets! - Google ...

https://support.google.com/docs/thread/221238950/help-with-multiple-if-and-statements-google-sheets?hl=en
Jun 16, 2023 ... I'd like for this spreadsheet to automatically update based off a dropdown menu, so that users will be able to view the calendar with the content pillars of ...

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 know you can use COUNTIFs or SUMIFs but how do you use that with a formula? All the examples I can find are straightforward like ...

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 ... I'm looking through cells L5 through L9, and if the sum of those cells is equal to 0 AND one (or more) of the cells contains the letter T, then put the letter ...

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

Conditional expressions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/conditional_expressions
Write API. WRITE_API_TIMELINE view · WRITE_API_TIMELINE_BY_FOLDER view ... If a CASE statement needs to distinguish a NULL value, then the alternate ...

Google sheet: change the value or the formula of a cell with another ...

https://support.google.com/docs/thread/124066545/google-sheet-change-the-value-or-the-formula-of-a-cell-with-another-cell?hl=en
Sep 2, 2021 ... ... operator to be able to write inside of the cell. This is not possible if the if formula is written directly in the B4. Any idea how to ...

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'm trying to calculate the median of some data points based on multiple conditions. I have successfully used the AVERAGEIF function but want to replicate this ...

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

How can I search in a cell for a word in a sentence, and if it find it ...

https://support.google.com/docs/thread/147050478/how-can-i-search-in-a-cell-for-a-word-in-a-sentence-and-if-it-find-it-then-write-a-certain-word?hl=en
Jan 21, 2022 ... So if it search and finds "Pencil" then I want it to write a certain word, for example: "Yes there is a pencil". Is that posible? What formula ...

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