G Guest Jul 2, 2007 #1 Hiya, I need a formula for the following: If P2 & T2 both = 0 then Yes otherwise No Thanks HJM
G Guest Jul 2, 2007 #6 Thanks everyone, that worked a treat bj said: if(and(P2=0,T2=0),"Yes","No") Click to expand...