I have this table that I want to get data from using Vlookup, but for some reason its not workingl, my value is $2608 its suppose to shoe me Average but its showing me Excellent, any guesses..
Sorry for the late reply! The problem lies with the banding I think. VLOOKUP expects a list of values with corresponding outcomes, which would require you to list all possible numbers (ie over 20,000!) with their corresponding values.
You can achieve a good result with an IF function, in conjunction with AND functions, as shown here:
I prefer INDEX/MATCH over VLOOKUP. For me, it's more intuitive and versatile.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.