Hi All,
I was wondering if it is possible to count a number from two cells and add them together? Example below.
In one cell I would like to be able to know the following:
If number in C4 is less than 5 in C4 then score it 1
If number in C4 is between 6-10 then score it 2
If number in C4 is between 11-26 then score it 3
If number in C4 is greater than 27+ then score it 4
If number in C5 is less than 4 then score it 1
If number in C5 is between 5-10 then score it 2
If number in C5 is between 11-23 then score it 3
If number in C5 is greater than 24+ then score it 4
Then combine the two numbers for a total. So if C4 was scored 1 and C5 is scored 2 then the formulae would return 3.
So far I have this formulae that is counting one cell =IF(B4<5,1,IF(B4<10,2,IF(B4<26,3,4)))
I hope this makes sense : )
Bookmarks