I am tring to have people exter a number between 1 & 4 in a cell in column E and have this in the cells in column F to display the corsponding text that goes with the number they entered.
Excel keeps saying the function is wrong and I can't seem to be able to figure out what it is I am doing wrong.
Se below for my function:
Excel keeps saying the function is wrong and I can't seem to be able to figure out what it is I am doing wrong.
Se below for my function:
Code:
=IF(E2>0,"New",IF(E2>1,"Beginner",IF(E2>2,"Experienced",IF(E2>3,"Veteran",IF(E2>4,"Choose a number between 1 and 4","Chose level between 1-4 to the left")))))