• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Too many nested IF formula (Help required)

fahadferoz

Member
Hi Everyone,

I am trying to give a formula in Grade Column (U3).
I know how to use IF formula; however, when I am writing one it says too many Nested IF Formulas have been provided.

Can anybody please help me on this. The number range is also added as a jpeg on the same excel page.

What I am trying to do is to give a formula on U3 cell. The cell will take the grades depending on the numbers on S3 cell.

Any help would be highly appreciated.
Thanks.
 

Attachments

  • All Updated Marks.xls
    114 KB · Views: 7
Can you please do 1 cell for me? Cause I dont understand why would I use Lookup. I have not used that before.
 
If you search the Net you will find many examples of how to do it. Just don't forget to enter the lookup range in ascending order
 
Tried it many times. But could not do it.
If you cant help thats fine.

But i think Vlookup function has nothing to do with it.
 
Hi Fahadferoz -- Please paste this formula in U3 and drag down.

=IF(S3<60,"F",LOOKUP(S3,{60;67;70;73;77;80;83;87;90;93},{"D";"D+";"C-";"C";"C+";"B-";"B";"B+";"A-";"A"}))

Regards,
 
Back
Top