microsoft excel training - if statement

Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

Forum home » Delegate support and help forum » Microsoft Excel Training and help » microsoft excel training - If statement

microsoft excel training - If statement

resolvedResolved · Low Priority · Version Standard

Dominique has attended:
Excel Intermediate course
Excel Advanced course

If statement

How do I do nested if statements?

RE: If statement

Hi Dominique,

nested if statements are quite useful at times. you can only nest a maximum of 7 ifs together but it's done a bit like this.

=if(A1=1,"A",if(A1=2,"B",if(A1=3,"C")))

note that you are to put one close bracket for every open bracket.

hope this helps

Paul


 

Excel tip:

How to apply the same formatting and data to multiple sheets at the same time in Excel 2010

When you want to format more than one sheet in a worksheet exactly the same way, Ctrl-click the tabs of the sheets you want to group together and they will all turn white. While they are grouped, anything you enter in one sheet gets entered into the others.

After you have done this, remember to click on the tabs to take them out of the group so that you do not accidentally insert data in multiple sheets when you just want to insert data in one.

View all Excel hints and tips


Server loaded in 0.08 secs.