Nested IF

  • Thread starter Thread starter Amjad
  • Start date Start date
A

Amjad

How can I overcome the limitation of having up to only 7
levels of nested IF functions?
I want to display a name in a cell that corresponds to a
number in another cell, and I have 16 numbers.
e.g. =If(A1=1,"Name1",If(A2=2,"Name2",If(...
 
how about using choose or vlookup
=choose(a1,"name1","name2",etc)
 

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

Similar Threads


Back
Top