Really? Wow... hold on... Lemme go write that down.Originally Posted by rberke
OK then fine, index/match in place of a VLOOKUP, data sorted, exact match... blah blah blah.
More meant as a warning against hardcoding the col offset in a vlookup. I did once notice another interesting technique with the VLOOKUP though. Lemme see if I can remember it... involved using an anchored count or something like the following...
=VLOOKUP(G1,A1:E10,COLUMNS(A11),FALSE)
I guess something along these lines would probably be safe, no?
Edit: HAH! look at that it coverted my range ref to a smiley... I'd change it, but I kind of like how the formula is laughing.