Hi there,
As usual, I'm getting in a tangle with my ORs and ANDs
The conditions I want to evaluate are of the form IF X and Y THEN A ELSE " " OR IF B AND C THEN A ELSE " "
Trying to put this into a formula keeps giving me errors, and I know it's the syntax and order of IFs ANDs and ORs, but I can't see the wood for the trees!
These two formulas work fine in separate cells, so how should I graft them together?
=IF(AND(BM3="INITIAL",BN3="FIXED"),A3," ")
=IF(AND(BM3="REVIEW",BN3="FIXED"),A3," ")
Chris
Someday I'll know what I'm donig...damn!
As usual, I'm getting in a tangle with my ORs and ANDs
The conditions I want to evaluate are of the form IF X and Y THEN A ELSE " " OR IF B AND C THEN A ELSE " "
Trying to put this into a formula keeps giving me errors, and I know it's the syntax and order of IFs ANDs and ORs, but I can't see the wood for the trees!
These two formulas work fine in separate cells, so how should I graft them together?
=IF(AND(BM3="INITIAL",BN3="FIXED"),A3," ")
=IF(AND(BM3="REVIEW",BN3="FIXED"),A3," ")
Chris
Someday I'll know what I'm donig...damn!