Nested IF

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

Guest

Hi
I know how to write out the nested if functions but was wondering can the
wizard handle it. It seems that there are only 3 boxes in the wizard,
Condition, True, False how do I increase the number of boxes?

Many thanks
 
What wizard are you referring to? There are many in Excel.

Explain what you're trying to accomplish and likely someone can tell you how
to do it.

Dave
 
if you want to use the wizard, you will have to write the nested if in one of
the three boxes, the if-wizard will not show more boxes.
 
The wizard for the IF function is what I was asking. Is it possible to have
more boxes appear while in the IF Function Wizard or do I have to write out
the whole nexted IF function.

=if(condition,true,if(condition,true,if(condition,true,false)))

Can the IF Function Wizard offer me enough sections to complete a nested if?

Many thanks
 
yes,
wizard is able to produce nested functions, but
when you nedd to invoke second function you go to name box and select from
there..

sasa
 

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