S
Sean
Could I ask for help, as my brains turned to mush and I'm cross eyed
looking at this simple IF formula. What I wish to express is:
IF Z33=0, then
IF Sum(N71
71)=0, then
IF Y33=FALSE
Then return value in A71, otherwise
<blank>
My umteenth attempt is below, but it returns "FALSE"
=IF(Z33=0,IF(SUM(N71
71)=0,IF(Y33=FALSE,A71,""),""))
looking at this simple IF formula. What I wish to express is:
IF Z33=0, then
IF Sum(N71

IF Y33=FALSE
Then return value in A71, otherwise
<blank>
My umteenth attempt is below, but it returns "FALSE"
=IF(Z33=0,IF(SUM(N71
