Formula Query

Sniz4W

New Member
Joined
Jul 18, 2016
Messages
3
Description
BILL
BEN
JOHN
DAVE
FRED
CHEAPEST
PRODUCT A
£0.20
£0.33
£0.14
£0.18
£0.16
£0.14

<tbody>
</tbody>

Hi All,

I am looking for help with a formula, which I am pretty sure is quite simple for someone out there.


I have a table of data and then using the =MIN(A2,A3,A4…. Etc)it picks up the cheapest price product. As per the example above.
What I need to do is to put the name of the cheapest product(ie Bill, Ben, John…) adjacent the cheapest price. I can then filter this out to provide the reports I need.

I have been going through and looking along the line item byitem but its taking too long to sort out.

If anyone can help I’d appreciate it.

Thanks,
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
In I2 control+shift+enter, not just enter, and copy across:

=IFERROR(INDEX($B$1:$F$1,SMALL(IF(B2:F2=H2,COLUMN($B$1:$F$1)-COLUMN($B$1)+1),COLUMNS($I2:I2))),"")
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,256
Members
448,558
Latest member
aivin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top