Just wondering if there's a better way to do this than multiple IFs.
I want to say for each line:
If A1 is in the list of B1:B100, return "high"; or if it's in C1:C100, return "medium"; or if it's in D1:D100, return "low"...
The lists are too long to moosh into one tall column with a vlookup. Is there a more elegant way to do it than IF(IF(IF)))?
Bookmarks