IF AND function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to do and if then formula, but I need two "if" conditions...
something like =if(condition,and(additional condition), result if true,
result if false). I can't get it to work. Any suggestions?
 
Try something along these lines ..:

In say, C1: =IF(AND(A1>10,B1<50),30,"")
 
Hi

then you'll need to be more specific about what you want as Max's answer
shows the correct syntax for testing of two conditions in an if statement.
so
-what are the actual conditions
-what are the actual cell references
-what are the actual true and false statements

Cheers
JulieD
 

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

Back
Top