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

practice nested if

Forum home » Delegate support and help forum » Microsoft Excel Training and help » Practice Nested - IF

Practice Nested - IF

ResolvedVersion 2007

Adeola has attended:
Excel Advanced course
PowerPoint Intermediate Advanced course

Practice Nested - IF

Hi,

I was working on the Practice Nested IF spreadsheet used during Advanced Excel Course and entered the formular below:
=IF(C7<30,(D7*C7),IF(C7=30,(E7*C7),IF(C7>30,(E7*C7),IF(C7=50,(E7*C7),IF(C7>50,(F7*C7))))))
Amazingly, the latter part of the formula does not work i.e, for functions greater than 50. Can you please tell me where I went wrong?

My email address is adeolaalabi@yahoo.co.uk

Thanks.

Adeola

RE: Practice Nested - IF

Hi Adeola

I've made a small change to he formula. For the third IF instead of IF(C7>30 I put C7<50

=IF(C7<30,(D7*C7),IF(C7=30,(E7*C7),IF(C7<50,(E7*C7),IF(C7=50,(E7*C7),IF(C7>50,(F7*C7))))))

With multiple IF's all the operators have to point the same way except the final one. That's the reason the last 2 IF's weren't functioning. I hope that helps for your example.

Doug

RE: Practice Nested - IF

Hi Doug,

Thanks for the response. That was very helpful.

Regards.

Adeola

Excel tip:

Change the Default Width of All Columns in Excel 2010

If you want to change the width of the columns in your Excel 2010 spreadsheet, making them either larger or smaller, here's how:

In the Cells group on the Home tab, click Format.

Hover over the section called Cell Size and a drop down list will appear, select Default Width from this list.

In the Standard Width dialog box, enter the size you want to set as the default width and click OK.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.09 secs.