Hi all
This isn't really a life or death situation. My original question was going to be:-
why does this work
=IF(ISNA(AS2),AM2*(1+Uplift2),IF(AS2=0,AM2*(1+Uplift2),AS2))
and this doesn't (generates #N/A error)
=IF(OR(AS2=0,ISNA(AS2)),AM2*(1+Uplift2),AS2)
But just before posting I checked the...