View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
bigwheel bigwheel is offline
external usenet poster
 
Posts: 222
Default IF "A" is TRUE and "B" is TRUE?

Hi, try =IF(AND(D2=0,D3=""),"Good","No")

"ConfusedNHouston" wrote:

I want to write an IF statement that looks at values in 2 cells. Basically
if D2=0 and D3="", then Enter "GOOD", "NO")

I can't figure out how to get the IF statement to look at values in both
cells.

Thanks.