Vlookup to return results of If statement
I have a table of data (on a sheet called catalogue data) which contains a ranking of order of sales in the previous month. I have then used an if statement =IF(G2=1,"Best Seller", IF(G2=7,"Worst Seller", " ")) to return Best Seller or Worst Seller depending on the ranking.
On another sheet Sales Statistics I want to put the description of the best Seller based on a lookup on the original table is this possible? I have tried I have tried =VLOOKUP("Best Seller",'Catalogue Data'!B2:H8,2,FALSE) but get #N/A as the result.
I have attched screenshots of the two sheets to help you sort out what I mean. In this case I am expecting the result of PS3
|