if function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

--
My Name is DILEEP KUMAR
Sir i want use If function in one cell 20 times. but it work only 7 time.

please solve my this problem as soon as possible thanks.

i am waiting for your positive response.
 
DILEEP KUMAR said:
--
My Name is DILEEP KUMAR
Sir i want use If function in one cell 20 times. but it work only 7 time.

please solve my this problem as soon as possible thanks.

i am waiting for your positive response.

7 is as deep as the nesting will go. You'll need to find an alternative
construction.
 
As you've noticed, Excel only supports 7 nested IFs.

You can get around this by using a series of nested VLOOKUPS, based on
named ranges. The formula can get a bit cumbersome, so any example I
could give would be meaningless to you without your data.

Hope this helps.
 
you can create a module on the VBA to solve it.

regards

"David Biddulph" escreveu:
 

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

Back
Top