View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Populate order sheet with data from work sheet

On Jan 21, 2:09 pm, "T. Valko" wrote:
Try this:

=INDEX(I2:R2,MATCH(MIN(I2:R2),I2:R2,0)-1)

Note that if there is more than one instance of the lowest price the
formula
will return the vendor corresponding to the 1st instance of the lowest
price
from left to right.

--
Biff
Microsoft Excel MVP


You are totally freakin' awesome! That worked perfectly! Exactly
what I was looking for. :)

Thanks again,
Veronica


You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP