Quote (Hellwasfun @ Apr 22 2013 04:11pm)
need assistance on doing this formula,
In cell J5, create a VLOOKUP function that returns the salesperson commission that corresponds with the base cost of the car (in F5). Use the range $C$24:$D$28 as the Lookup Table, and return the commission rate from Column 2.
Will send fg for any quick help?
you really should be using offset or indirect, not vlookups.
vlookups are terribly inefficient.