Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default IF "A" is TRUE and "B" is TRUE?

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default IF "A" is TRUE and "B" is TRUE?

hi

=if(and(d2=0,d3=""),"Good","No")

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"ConfusedNHouston" escreveu:

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.

  #3   Report Post  
Posted to microsoft.public.excel.misc
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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Match #1, 2, 3 with "A", #1, 2, 2 with "B", and #3, 3 with "C" Stephen - Dallas Excel Discussion (Misc queries) 3 May 26th 06 04:51 PM


All times are GMT +1. The time now is 02:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"