About 1,490,870 results (4,622 milliseconds)

Using MAXIFS with a criteria that is greater than or equal to a cell ...

https://support.google.com/docs/thread/79983233/using-maxifs-with-a-criteria-that-is-greater-than-or-equal-to-a-cell-reference?hl=en
Oct 30, 2020 ... At the moment this returns an error - when I built this in Excel ... The formula works fine without the 'greater than' but in that case ...

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 ... ... formulas for you but does not show that change in other cells. Whatever formula you use in the CF rule is the formula that will apply to the ...

Greater Than Filter Only Returning Text - Google Docs Editors ...

https://support.google.com/docs/thread/3868367/greater-than-filter-only-returning-text?hl=en
Apr 9, 2019 ... Try putting "=A2" in instead of "A2" or whatever you had (you don't have enough detail for me to be sure. For a custom formula, try this (when ...

Greater than or equal to "but" less than or equal to in google sheets ...

https://support.google.com/docs/thread/149366436/greater-than-or-equal-to-but-less-than-or-equal-to-in-google-sheets?hl=en
Feb 4, 2022 ... ... formula placed into field A172: =min(MAX(A170,0),1000). So, A172 won't count higher than 1000 no matter what I put in A170. That is working ...

How can I limit the result of a formula to a maximum value? - Google ...

https://support.google.com/docs/thread/219019092/how-can-i-limit-the-result-of-a-formula-to-a-maximum-value?hl=en
Jun 2, 2023 ... Anything below is fine, but I want the max value to never be higher than 50. What's the best function to use to achieve this? Details. Sheets, ...

Conditional Formatting: Very Simple "Value Greater Than" Format ...

https://support.google.com/docs/thread/157090738/conditional-formatting-very-simple-value-greater-than-format-not-applying-to-a-single-row?hl=en
Mar 24, 2022 ... Apply to range: E3:E6 ; Format cells if... Custom Formula is... ; Formula: =ROUND(E3,3)>0 ; Format: <format of your choice>.

Conditional formatting entire column to highlight greater than or ...

https://support.google.com/docs/thread/279521652/conditional-formatting-entire-column-to-highlight-greater-than-or-equal-to-another-cell?hl=en
Jun 11, 2024 ... Apply to range: H2:H. Format cells if... Custom Formula is... Formula: =AND(H2<>"", OR(H2>I2, H2>J2)). Format: <format of your choice>. That ...

Conditional formatting = trying to highlight if "Greater Than" - Google ...

https://support.google.com/docs/thread/33289598/conditional-formatting-trying-to-highlight-if-greater-than?hl=en
Mar 12, 2020 ... 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 ...

Find last value in a column (that's greater than 0) - Google Docs ...

https://support.google.com/docs/thread/195952285/find-last-value-in-a-column-that-s-greater-than-0?hl=en
Jan 5, 2023 ... ... put the data in yet. So my ArrayFormula is picking up on the "0.0"s on each employee's tab, and is registering that as the last value of the ...

Conditional Formatting if cell is greater/less than cell above - Google ...

https://support.google.com/docs/thread/40734495/conditional-formatting-if-cell-is-greater-less-than-cell-above?hl=en
Apr 17, 2020 ... I can get it to work on a single cell no problem with the drop down options and the custom formula (e.g. =G3<G2). As soon as I try to apply it ...

Conditional Formatting Based on Greater Than a Time Value ...

https://support.google.com/docs/thread/107307114/conditional-formatting-based-on-greater-than-a-time-value?hl=en
Apr 23, 2021 ... It would be possible to put in "hidden values, built by a formula, once I understand the vertical scale. We couldn't hide these values by font ...

I need a query or formula to find a number that is equal to or greater ...

https://support.google.com/docs/thread/166984946/i-need-a-query-or-formula-to-find-a-number-that-is-equal-to-or-greater-than-another-number?hl=en
Jun 11, 2022 ... I added column D as Race and duplicated the columns A,B and C for each of the larger races, then duplicated A and B twice and put the movement ...

Yet another conditional formatting question - Google Docs Editors ...

https://support.google.com/docs/thread/31697940/yet-another-conditional-formatting-question?hl=en
Feb 28, 2020 ... Greater than or equal to | =quartile(V2:V24,0) --> color spec 4. I'm ... When trying to figure out your CF formula, it's helpful to put the ...

Conditional formatting greater than not working? - Google Docs ...

https://support.google.com/docs/thread/167175694/conditional-formatting-greater-than-not-working?hl=en
Jun 13, 2022 ... I've been trying to set up a google sheet for my staff and set up the sheet to change color depending on what results we put in.

How to set a "Data validation" for cell expecting a number? - Google ...

https://support.google.com/docs/thread/200771014/how-to-set-a-data-validation-for-cell-expecting-a-number?hl=en
Feb 6, 2023 ... I know that I can set a rule like "Value is greater than -1000000", or a customized formulas =isnumber(indirect((ADDRESS(ROW(),COLUMN())))) .

SUMPRODUCT over multiple sheets with a greater than and less ...

https://support.google.com/docs/thread/26722804/sumproduct-over-multiple-sheets-with-a-greater-than-and-less-than-value-does-not-work?hl=en
Jan 25, 2020 ... The formula then continues to check whether the ... As far as I know, this formula may work in Excel, not (supported) in Google Sheets.

Conditional formatting based on dates and empty cells - Google ...

https://support.google.com/docs/thread/62897450/conditional-formatting-based-on-dates-and-empty-cells?hl=en
Aug 4, 2020 ... If you wanted to highlight any cell in a range A2:D10 that contained a value higher than 10, your apply to range would be A2:D10 and the formula ...

Conditional formatting not working correctly - Google Docs Editors ...

https://support.google.com/docs/thread/180541169/conditional-formatting-not-working-correctly?hl=en
Sep 22, 2022 ... I've tried this by manually editing the rule, adding a $ in both the fields so that it should technically look like the excel formula but the ...

Using a Conditional Format "Greater Than" based on sum of two ...

https://support.google.com/docs/thread/68104246/using-a-conditional-format-greater-than-based-on-sum-of-two-cells?hl=en
Aug 30, 2020 ... I haven't been able to use custom formulas or the built in greater than, or less than functions. ... In the sample sheet your "Apply to ...

TODAY as a Condition in SUMIFS Function - Google Docs Editors ...

https://support.google.com/docs/thread/12802226/today-as-a-condition-in-sumifs-function?hl=en
Aug 25, 2019 ... ... formula can't otherwise interpret number values of dates, whether or not, for example, 8/25/2019 is greater than or equal to 8/31/2019. This ...