I have a 4 column worksheet with number ranges in each column then a 5th column with a letter assignment so that if my 4 numbers fall in the range the letter will be returned. For example:
A B C D Grade
100 500 150 600 A
110 550 175 610 B
120 600 200 620 C
So if my numbers are A =107; B=545; C= 162;D= 601 then my grade will be a B since all the numbers are <= to the numbers in that row. It gets a bit more complicated than that as there are over 20,000 combinations but that is the jist of it. Any solutions?
Bookmarks