Nested IF Functions

L

Louise

Hi all

I am creating an IF statement which i have done many
times before, however, i need to create a nested
function, that has more than one IF statement. As I
haven't created this before, i am unsure as to where the
brackets, commas etc. go. Can anybody give me any
guidelines as to how to create a nested IF function?

Any urgent help would be appreciated.

Thank you.

Louise
 
G

Govind

Hi,

You can take this as an example

=IF(A1>90,"A",IF(A1>80,"B",IF(A1>70,"C",IF(A1>60,"D","FAIL"))))

Regards

Govind.
 
L

Louise

Excellent. thanks very much.

Louise.
-----Original Message-----
Hi,

You can take this as an example

=IF(A1>90,"A",IF(A1>80,"B",IF(A1>70,"C",IF (A1>60,"D","FAIL"))))

Regards

Govind.


.
 

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

Top