Hi,
I'm receiving the error - You've entered too many arguments for this function.
I'm trying to create a formula where if I2 is greater than 1.1 and if J2 is greater than 0.99 then display O2 - if false leave blank.
=IF(I2>1.1,O2,"",IF(J2>0.99,O2,""))
Cheers
Bookmarks