Zipporah has attended:
Excel Intermediate course
Excel Advanced course
Project Introduction course
Project Intermediate course
IF statements
I can't get my IF statement to work. Could you have a look at it and let me know where I am going wrong please.
=IF(FC6={31475,55821,78211,37058},"A",IF(FC6={76351,37108},"B",IF(FC6={37119,37830},"C",IF(FC6={37118,78652,37117},"D",IF(FC6={37109,39117,40270},"E",IF(FC6={45850,30414},"F",IF(FC6={76351,37107,62008,42591,42420,30813},"G",Other)))))))
It recognises the first number in some of the statements and for the rest returns "#NAME?"

