![]() |
IF Formula
Hiya,
I need a formula for the following: If P2 & T2 both = 0 then Yes otherwise No Thanks HJM |
IF Formula
Hi
=IF(AND(P2=0,T2=0),"yes","no") -- Regards Roger Govier "hjm" wrote in message ... Hiya, I need a formula for the following: If P2 & T2 both = 0 then Yes otherwise No Thanks HJM |
IF Formula
Try this:
=IF(AND(P2=0,T2=0),"Yes","No") Hope this helps. Pete On Jul 2, 12:52 pm, hjm wrote: Hiya, I need a formula for the following: If P2 & T2 both = 0 then Yes otherwise No Thanks HJM |
IF Formula
if(and(P2=0,T2=0),"Yes","No")
"hjm" wrote: Hiya, I need a formula for the following: If P2 & T2 both = 0 then Yes otherwise No Thanks HJM |
IF Formula
Hi
try this =IF(AND(P2=0,T2=0),"yes","no") thanks "hjm" wrote: Hiya, I need a formula for the following: If P2 & T2 both = 0 then Yes otherwise No Thanks HJM |
IF Formula
Thanks everyone, that worked a treat :-)
"bj" wrote: if(and(P2=0,T2=0),"Yes","No") "hjm" wrote: Hiya, I need a formula for the following: If P2 & T2 both = 0 then Yes otherwise No Thanks HJM |
All times are GMT +1. The time now is 08:49 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com