Vlookup - dishplate/blog GitHub Wiki

=VLOOKUP(G2,$B$2:$E$483,4,FALSE)
Lookup G2 in the array B2:E483 and return whatever is in column 4 and true means
approximate match AND IT CAN BE CRAZY WRONG. 
Use FALSE most times.
$ sign is uses to lock the array in place