I\'ve been searching online and in Excel Help but cannot find whether this is possible.
Given a list of numbers, values and a search term, I need to find the value w
Another method of doing this is to place the numbers and colours into a table, order numbers by highest to smallest and use the formula below:
=INDEX(B4:B10,MATCH(B1,A4:A10,-1))