About 1,722,472 results (1,724 milliseconds)

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

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

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

IF function - Google Docs Editors Help

https://support.google.com/docs/answer/3093364?hl=en
... IF(TRUE,4,5) Syntax IF ... IF function. Returns one value if a logical expression is `TRUE` and another if it is `FALSE`. Sample Usage. IF(A2 ...

If in constraints (AMPL-CPLEX)

https://groups.google.com/g/ampl/c/BvtlqiLMQ9M
... condition statement into ... You need to write "if ... then ... else" rather than "if ... then ... and". However in AMPL an expression of the if-then-else ...

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

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.

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 ... ... spreadsheet so I am just going to make a guess. Assuming the Checkbox is in cell A4 then the formula would be as follows. =IF( A4 , SUM(D4-H4)+( ...

Using if/then and blank if empty - Google Docs Editors Community

https://support.google.com/docs/thread/176753360/using-if-then-and-blank-if-empty?hl=en
Aug 26, 2022 ... How do I keep the formula in D20 but have it show blank if the referenced cells are empty? Hi! I am self-taught (never taken a sheets or excel ...

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

Conditional Formatting: Getting "If cell is bold, change formatting" to ...

https://support.google.com/docs/thread/60892094/conditional-formatting-getting-if-cell-is-bold-change-formatting-to-work?hl=en
Jul 24, 2020 ... Conditional Formatting: Getting "If cell is bold, change formatting" to work. I am attempting to make a condition that reads if a cell is in ...

How do I use the trim formula uniquely within conditional formatting ...

https://support.google.com/docs/thread/68379310/how-do-i-use-the-trim-formula-uniquely-within-conditional-formatting?hl=en
Sep 1, 2020 ... Conditional formatting custom formulas behave like dragdown formulas. So you write the formula as if it were in the top left cell, and you were going to drag ...

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 ... Your sheet is set to comment only. I cannot view or change any conditional formatting. Please adjust the share settings as described in the link ...

Need a formula that if cell E2 is Yes, then divide another column by ...

https://support.google.com/docs/thread/5187180/need-a-formula-that-if-cell-e2-is-yes-then-divide-another-column-by-2-and-enter-result-in-e6?hl=en
Apr 30, 2019 ... I have a spreadsheet that calculates my budget. I split some expenses with my husband. In each row, I have a cell with the original amount, followed by a cell ...

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

If/then-Formula to add +1 every time a certain word appears in cell ...

https://support.google.com/docs/thread/62834244/if-then-formula-to-add-1-every-time-a-certain-word-appears-in-cell?hl=en
Aug 5, 2020 ... In column B (among others) I mark the date when a coaching with an employee took place. Now I need a formula that adds +1 to cell B2 ...

Conditional formatting: remove cell highlight if cell in next column ...

https://support.google.com/docs/thread/33397994/conditional-formatting-remove-cell-highlight-if-cell-in-next-column-contains-text?hl=en
Mar 13, 2020 ... I currently have conditional formatting in column C, whereby, if the deadline has passed, the cell turns red; if the deadline is today, it's yellow; and if the ...

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

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