Hi all,
Hoping someone can help me with this. I'm guessing it super simple, but I can't find a solution anywhere online.
Basically, what I'm trying to do is count the number of times each cell in a range (G4:G9) is not blank and is less than 70% of the value of the cell that is 2 columns adjacent from is in range E4:E10.
I'd likely put the formula in cell A1. I know I could easily use a helper column like I have on the attached sheet and just count the true or false values but space on the table where I plan on actually using the formula is very limited.
Thanks in advance,
Jfinity.
Hoping someone can help me with this. I'm guessing it super simple, but I can't find a solution anywhere online.
Basically, what I'm trying to do is count the number of times each cell in a range (G4:G9) is not blank and is less than 70% of the value of the cell that is 2 columns adjacent from is in range E4:E10.
I'd likely put the formula in cell A1. I know I could easily use a helper column like I have on the attached sheet and just count the true or false values but space on the table where I plan on actually using the formula is very limited.
Cell Formulas | ||
---|---|---|
Range | Formula | |
H4:H9 | H4 | =IF(G4<E4-E4/100*30,"True","False") |
Thanks in advance,
Jfinity.