Hi All,
I am looking for some help. I am looking to use the IFS function to give a number (rating) depending on the number in question. For example to follow the table below.
If number is less than 5
Then score it 1
If number is between 6-10
Then score it 2
If number is between 11-26
The score it 3
If number is greater than 27+
Then score it 4
I am using the below which seems to work on scoring something 1 or 4 but not 2 and 3. Any help would be appreciated.
=IFS(C5<5,1,C5>5<=10,2,C5>10<=26,3,C5>27,4)
Bookmarks