I'm needing to lookup the proper percent. Please see template
I'm needing to lookup the proper percent. Please see template
Sure this is not the most elegant solution but seems to work
=IF(B1<=B8,C7,IF(B1<=B9,C8,IF(B1<=B10,C9,IF(B1<=B11,C10,C11))))
Hop that helps.
Carl
or this:
=VLOOKUP(B1,B7:C11,2,TRUE)
You can also use LOOKUP, i.e.
=LOOKUP(B1,B7:C11)
also if you want your level to match the percentage you can use this in C13:>=INDEX(A7:A11,MATCH(C14,C7:C11,1))
Please acknowledge the response you receive, good or bad. If your problem is solved, please say so clearly, and mark your thread as Solved: Click the Edit button on your first post in the thread, Click Go Advanced, select [SOLVED] from the Prefix dropdown, then click Save Changes. If more than two days have elapsed, the Edit button will not appear -- ask a moderator to mark it.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks