Nested IF Statements Assistance Requested

RKS2nd

New Member
Joined
Aug 4, 2015
Messages
26
Office Version
  1. 365
Platform
  1. Windows
I am attempting to insert a number in $E3 based on 1 out of 10 text entries entered in $G3. I have created the following nested IF statement.

=IF($G3="Critically High", 10, IF($G3="extremely high", 9, IF($G3="very high", 8, IF($G3="high",7, IF($G3="medium high", 6, IF($G3="medium", 5, IF($G3="medium low", 4, IF($G3="low", 3, IF($G3="very low", 2, IF($G3="extremely low", 1,))))))))))

Unfortunately, even though I am using Excel 2013, I am receiving an error message stating "The specified formula cannot be entered because it uses more levels of nesting than are allowed in the current file format"

Any assistance is greatly appreciated. If there is a better formula to accomplish the same function, I am willing to try anything.

Roy
 
What exactly is the file extension?

Even though Excel 2013 may allow you to nest more than 7, I would still prefer to use VLOOKUP.
I am no fan of unnecessarily long formulas. They can be a pain to maintain!

No arguments from me. I'm a nubie to writing excel formulas and will be creating a lookup table :).
 
Upvote 0

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.

Forum statistics

Threads
1,215,420
Messages
6,124,803
Members
449,190
Latest member
cindykay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top