View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tom Hutchins Tom Hutchins is offline
external usenet poster
 
Posts: 1,069
Default Creating an IF / AND statement

Try =IF(AND(B2=3,C2=1),"YES","NOT YET")

Hope this helps,

Hutch

"Pat" wrote:

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