IF AND Statement

G

Guest

Can some please explain how to write a statement that will do the following

A1 has value of N
B1 has value of -100

I am wanting to put a formula in C1 that says if A1=N and B1 is less than 0
put a YES in C1. I cannot figure this out. Please Help!
 
N

Niek Otten

=IF(AND(A1="N",B1<0),"YES","NO or whatever you want")

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Satisfying several criteria 4
Substitute IF statement. 9
Subtraction of 2 numbers/cells 3
Conditional Format 1
Nested IF Help 3
IF formula 4
IF statements - 26 combinations 21
Formula for If "" AND "" are true... 3

Top