Formula to bring in the header

P

peterh

I have a worksheet & need to bring into cell M4 the cheapest supplier, 9 of
columns D to L in row 4, we have a formula that brings in the cheapest price
into column N from row 19 down.
 
J

Jacob Skaria

I am not sure i understood your question correctly. The below formula finds
the cheapest price in range D19:L19 and then returns the matching header from
Row4 range D4:L4.

=INDEX(D4:L4,MATCH(MIN(D19:L19),D19:L19,0))
 

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