HLookup?

W

wagz

I have a sheet that is comparing vendor's pricing. I am using the MIN to
find the cheapest cost, but now I want to find out which vendor it is based
on the cost. The vendor's name is across the top of the columns and the MIN
price is found in the column to the right of all the prices. The value I
want in the end it the vendor's name who has the cheapest cost for that row.

Any help is appreciated!

-EW
 
D

DILipandey

Hi, I think it can be solved using offset & index match functions. If
possible, provide the sample data.
--
Click on Yes, if it is useful.

Thanks & Best Regards,
Dilip Kumar Pandey
MBA, BCA, B.Com(Hons.)
(e-mail address removed)
(e-mail address removed)
+91 9810929744
New Delhi, India
 
R

Roger Govier

Hi

With Vendors names in A1:M1 and prices in A2:M2 and Min of A2:M2 in N2
=INDEX($A1:$M$1,MATCH($N2,$A2:$M2,0))

--
-------
Regards
Roger Govier

wagz said:
I have a sheet that is comparing vendor's pricing. I am using the MIN to
find the cheapest cost, but now I want to find out which vendor it is
based
on the cost. The vendor's name is across the top of the columns and the
MIN
price is found in the column to the right of all the prices. The value I
want in the end it the vendor's name who has the cheapest cost for that
row.

Any help is appreciated!

-EW

__________ Information from ESET Smart Security, version of virus
signature database 5164 (20100601) __________

The message was checked by ESET Smart Security.

http://www.eset.com

__________ Information from ESET Smart Security, version of virus signature database 5164 (20100601) __________

The message was checked by ESET Smart Security.

http://www.eset.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top