multiple if statements in one formula

S

saraua

I have 2 if statements that I am trying to combine into one formula. What is
the correct sequence for these to work?
 
S

Skeletor

=IF(C5>2,"Good Answer",IF(C5<2,"Another Good Answer","Wrong Answer"))

The second IF statement goes where the "False" Statement would normally be
and the "False" statement comes after. If you type = into a cell and use the
Functions drop down list to create your IF statement, then all you need to do
is click the IF function again, after clicking in the "Value if False" window.
 
D

Dave

Hi Skeletor,
You seem to have the 2 IF statements working ok. What was it you actually
wanted?
Dave.
 

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

Top