Hi all,
I want to count the cells in column 'F' where the value is >='I2' AND the Absolute value of 'E:E' > 'I7', but some of the cells in 'E:E' contain text.
Excel doesn't like this:
=COUNTIFS(F:F,">="&I2,ABS(E:E),">="&I7).
Any help is deeply appreciated. Thanks much in advance.
I want to count the cells in column 'F' where the value is >='I2' AND the Absolute value of 'E:E' > 'I7', but some of the cells in 'E:E' contain text.
Excel doesn't like this:
=COUNTIFS(F:F,">="&I2,ABS(E:E),">="&I7).
Any help is deeply appreciated. Thanks much in advance.