pistonbroke
New Member
- Joined
- Jan 15, 2003
- Messages
- 49
Hello all. I am trying to use the ISODD worksheet function in a COUNTIFS statement, on a range of cells with two additional criteria, but cannot get the Odd Number check to work.
=COUNTIFS(R6C48:R503C48,"<"&R2C43,R6C47:R503C47,"=0", R6C53:R503C53,"ISODD")
So counting cells when 3 criteria are TRUE: Value less than a constant in a cell | Value equal to 0 in a column of the same row | Value in rows of another column are ODD numbers.
I probably have the ISODD Syntax incorrect, i also tried the MOD function with 2 as the divisor, but couldn't make that work either.
Any ideas appreciated - thank you for taking the time to have a look at this all.
Thanks, Kevin
=COUNTIFS(R6C48:R503C48,"<"&R2C43,R6C47:R503C47,"=0", R6C53:R503C53,"ISODD")
So counting cells when 3 criteria are TRUE: Value less than a constant in a cell | Value equal to 0 in a column of the same row | Value in rows of another column are ODD numbers.
I probably have the ISODD Syntax incorrect, i also tried the MOD function with 2 as the divisor, but couldn't make that work either.
Any ideas appreciated - thank you for taking the time to have a look at this all.
Thanks, Kevin