View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pat[_2_] Pat[_2_] is offline
external usenet poster
 
Posts: 14
Default Creating an IF / AND statement

Is there a way to create an if statment that involves two different cells;
ie "IF B2=3, AND C2=1, YES, NOT YET"

I've tried: =IF(B2=3,(AND(C2=1,"YES","Not yet")))
but it returns a #Value! error.

Thank you!

--
Thanks, Pat