Afternoon,
I have three columns that if they all match this criteria:
Cell 1= PP Review
Cell 2= isblank
Cell 3= Y
Then return the value 1, unless ALL match their criteria, return a blank value "".
I am trying this with the below if(and formula and it won't work. Really fustrating!!
=IF(AND(AH75="PP Review"),1,IF(AND(I75=""),1,IF(AND(I75="Y"),1,"")))
Any Ideas?
TIA,
Mark
I have three columns that if they all match this criteria:
Cell 1= PP Review
Cell 2= isblank
Cell 3= Y
Then return the value 1, unless ALL match their criteria, return a blank value "".
I am trying this with the below if(and formula and it won't work. Really fustrating!!
=IF(AND(AH75="PP Review"),1,IF(AND(I75=""),1,IF(AND(I75="Y"),1,"")))
Any Ideas?
TIA,
Mark