I have a sheet where cell R17 sums F17:Q17. I need to divide that sum by a fixed number in cell R16 and this will result in a percentage. Based on that percentage, I need it to show Low, Medium, or High. The criteria is as follows: 50% or less = LOW, 51% to 74% = MEDIUM, 75% or greater = HIGH. What is the best approach to this? Should I create a table and vlookup to that? Thank you.