How do I create an "IF" statement with more than 7 levels?

J

Jack of All Trades

I am creating a worksheet that inserts the "package price" when the operator
enters the "Package #". There are 20 possible package numbers. How can I do
this when my "IF" statements are limited to 7 nesting levels?
 
T

tjtjjtjt

You can only do up to 7 Nested IF statements. Have a look in the Help Files
for VLOOKUP for an alternative.

tj
 
Top