Oct 30, 2020 ... The formula works fine without the 'greater than' but in that case only returns a result if ... 0, where I want it to return the highest ...
May 10, 2019 ... If I replace the number with D4, then it is unable to recognize that as the reference to the cell. I tried using the custom formula option but ...
May 2, 2022 ... ... if the length is greater than 0 and, if so, do something. For instance, this formula will subtract C from D if A has value: =ARRAYFORMULA(IF ...
Jan 5, 2023 ... ... conditional formatting so that it doesn't show anything if I haven't put the data in yet. So my ArrayFormula is picking up on the "0.0"s on ...
Nov 14, 2019 ... Second version of the formula returns a parse error. Here's the sharable file with the two formulas & what my desired result would be: https:// ...
Apr 23, 2021 ... So this formula =if($G$3>="0:01", 1, "") equates to FALSE, since none of the values in row 3 are text strings, even if they look like it. But if ...
Sep 29, 2024 ... Column C is where I'd like to see the cell gray if empty, red if 0, yellow if greater than 0 but less than the cell in Column B, and green if ...
Dec 7, 2021 ... But some are still red even when they are not greater than the value, such as 50,000 and 0. ... Your original formula used >= (greater than or ...
Aug 19, 2021 ... Let me know if this is what you're looking for. Also note that I modified the formulas in E2 and E3 to return values where H>=0 instead of H>0 ...
Jul 31, 2022 ... ... formula. =(E2+0)*if((E2+0)<(B2+0),(A2+0),(D2+0)). I have keyed-in this formula in cell H2 of your spreadsheet. drag this formula down as far as ...
Aug 12, 2019 ... ... if N3 is greater than 0, but M3 is empty. If both cells (or neither) ... Formula: =OR(AND(N3="",M3>0),AND(M3=0,N3<>"")). Format: <red ...
Aug 17, 2021 ... The first one that's true returns the result. I assume it's always blank or 0 to 99 based on your formula. If it isn't less than 5, it's greater ...
Aug 12, 2019 ... N3 is a cell, which can contain data inputs from users. I'd like to change the background colour of N3 if M3 is greater than 0, and N3 is empty; ...
Jun 27, 2022 ... Goal: I need to evaluate a range (C4:N4) every time a cell in that range contains a value greater than 0 I need it to add 50. ... In Excel my ...
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 ...
Feb 4, 2022 ... I have the following formula in A173: =IF(A170=0,0, IF(A170<=1000, 0, IF(A170>=1001,A170-1000))). So, now, when I type 5000 in A170, it ...