Formula Query

Sniz4W

New Member
Joined
Jul 18, 2016
Messages
3
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Description
[/TD]
[TD]BILL
[/TD]
[TD]BEN
[/TD]
[TD]JOHN
[/TD]
[TD]DAVE
[/TD]
[TD]FRED
[/TD]
[TD][/TD]
[TD]CHEAPEST
[/TD]
[/TR]
[TR]
[TD]PRODUCT A
[/TD]
[TD]£0.20
[/TD]
[TD]£0.33
[/TD]
[TD]£0.14
[/TD]
[TD]£0.18
[/TD]
[TD]£0.16
[/TD]
[TD][/TD]
[TD]£0.14
[/TD]
[/TR]
</tbody>[/TABLE]

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

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
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,225,746
Messages
6,186,791
Members
453,371
Latest member
HMX180

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