About 1,635,284 results (2,283 milliseconds)

is there a formula to check if a cell contains certain text? - Google ...

https://support.google.com/docs/thread/296695635/is-there-a-formula-to-check-if-a-cell-contains-certain-text?hl=en
Sep 14, 2024 ... The cell to test may contain variations of "Fix ...";. the result will all return the same value, so instead of entering each of many ...

Automatic Check Box fill based on Cell Value - Google Docs Editors ...

https://support.google.com/docs/thread/238893913/automatic-check-box-fill-based-on-cell-value?hl=en
Oct 12, 2023 ... ... formula to row 2 through tow 15 using the following formula. The formula would be placed in cell C1 only. =VSTACK("Status", ArrayFormula(if ...

How to get if formula to check for if the cell is greater than a number ...

https://support.google.com/docs/thread/2234862/how-to-get-if-formula-to-check-for-if-the-cell-is-greater-than-a-number-but-also-not-null?hl=en
Mar 10, 2019 ... But I want it to exclude blank cells (students who haven't taken the test yet) Right now, the score comes into the cell T2. My if formula if(T2> ...

openpyxl returns None for value actually present and updated in the ...

https://groups.google.com/g/openpyxl-users/c/GbBOnOa8g7Y
May 24, 2017 ... I can see the formula still there when reading back the new file from python. However the result value of the cell stays None. SCRIPT: def ...

How to Detect Cells that Failed Data Validation - Google Docs ...

https://support.google.com/docs/thread/174285217/how-to-detect-cells-that-failed-data-validation?hl=en
Aug 8, 2022 ... The easiest solution would probably be to insert a helper column where you have a formula that shows a true/false value based on the same logic that you use in ...

Comparing blank cell with a cell containing '0' is equating to TRUE ...

https://support.google.com/docs/thread/75135122/comparing-blank-cell-with-a-cell-containing-0-is-equating-to-true-all-of-a-sudden?hl=en
Oct 6, 2020 ... When I compare values in 2 cells, one containing zero, and the other ... To get a truly blank value in a formula, use the iferror(1/0) pattern.

Formula to return if cell is blank (no visible text) vs contains formula ...

https://support.google.com/docs/thread/168620875/formula-to-return-if-cell-is-blank-no-visible-text-vs-contains-formula-value?hl=en
Jun 24, 2022 ... I am trying to use a simple function to return one value if true and another if false. I have a few columns, all containing a formula.

Have values in cells with checkboxes checked to subtract from ...

https://support.google.com/docs/thread/5461399/have-values-in-cells-with-checkboxes-checked-to-subtract-from-another-cell-and-then-be-summed?hl=en
May 4, 2019 ... When checked the value in the cell will be subtracted from another cell. ... I then have C1 with a value and in D2 I have this formula...

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 can't see what you are doing in your spreadsheet so I am just going to make a guess. Assuming the Checkbox is in cell A4 then the formula ...

Lookup and Vlookup return results if value isn't found. I need to ...

https://support.google.com/docs/thread/46261703/lookup-and-vlookup-return-results-if-value-isn-t-found-i-need-to-show-an-error?hl=en
May 12, 2020 ... I'm trying to create a lookup function that gives an error or a problem in a cell when the value is not found in the array I'm searching.

How to show a cell value based on group collapsed or not collapsed ...

https://support.google.com/docs/thread/24299783/how-to-show-a-cell-value-based-on-group-collapsed-or-not-collapsed?hl=en
Jan 1, 2020 ... All the cells having 'green' highlighting (including the hidden columns) contain formulas. See if that helps? Best,.

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 ... You must manually insert them yourself. In complex formulas it is often helpful to test the formula in a blank cell to ensure that the syntax is ...

Compare columns in Sheets - Google Docs Editors Community

https://support.google.com/docs/thread/234860840/compare-columns-in-sheets?hl=en
Sep 14, 2023 ... So I need to check if any of the cell values in column B are found ... This formula returns true if the current value in column B ...

IF function - Google Docs Editors Help

https://support.google.com/docs/answer/3093364?hl=en
Syntax · logical_expression - An expression or reference to a cell containing an expression that represents some logical value, i.e. TRUE or FALSE .

IF function returns #VALUE! if the search value is not found - Google ...

https://support.google.com/docs/thread/224524415/if-function-returns-value-if-the-search-value-is-not-found?hl=en
Jul 7, 2023 ... I want to check the contents of a cell (it's a CRM issue). In cell X2 I enter =if(SEARCH("Trial"; F2); "yes"; "-"). it provides the correct ...

How to check If cell is blank and return the last cell above using an ...

https://support.google.com/docs/thread/60196403/how-to-check-if-cell-is-blank-and-return-the-last-cell-above-using-an-arrayformula?hl=en
Jul 21, 2020 ... I am trying to fill all blank cells with the last non-blank cell above. I tried this formula but it doesn't work. =ArrayFormula(query(vlookup( ...

Check if cell contains text in a list of other cells - Google Docs ...

https://support.google.com/docs/thread/6411742/check-if-cell-contains-text-in-a-list-of-other-cells?hl=en
May 19, 2019 ... Simply having an equation that puts a known value in a column at the side is fine. I don't need help with the formatting. The equation needs ...

ISBLANK - Google Docs Editors Help

https://support.google.com/docs/answer/3093290?hl=en
value - Reference to the cell that will be checked for emptiness. ISBLANK returns TRUE if value is empty or a reference to an empty cell, and FALSE if it ...

Change cell colour if match or no match of two cells - Google Docs ...

https://support.google.com/docs/thread/204813804/change-cell-colour-if-match-or-no-match-of-two-cells?hl=en
Mar 5, 2023 ... I have used the following formula to check if cell value match. =IF(A3=B3,"Matching","Not Matching"). but i would like the cell colour to ...

Automatically check a tick box if certain cells are not empty - Google ...

https://support.google.com/docs/thread/180465860/automatically-check-a-tick-box-if-certain-cells-are-not-empty?hl=en
Sep 22, 2022 ... Testing, I used this formula, which checks if cell B3 in Sheet 2 is blank or not. ... I think this does the first thing you asked for - if a value ...