Excel Formual Rookie!

kookie

New Member
Joined
Dec 19, 2016
Messages
1
Hi,

Excel rookie needing help with an Excel formula!

Need a formula that will show which company has the lowest rate for each product.

Thanks!
PRODUCTCOMPANY ACOMPANY BCOMPANY CFORMULA??
Product 1$100$80$75=COMPANY C
Product 2$200$215$180

<tbody>
</tbody>
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
try


Excel 2007
ABCDE
1PRODUCTCOMPANY ACOMPANY BCOMPANY CBest Price Company
2Product 1$100$80$75COMPANY C
3Product 2$200$150$180COMPANY B
Sheet5
Cell Formulas
RangeFormula
E2=INDEX($B$1:$D$1,MATCH(MIN(B2:D2), B2:D2, 0))
E3=INDEX($B$1:$D$1,MATCH(MIN(B3:D3), B3:D3, 0))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,999
Messages
6,122,645
Members
449,093
Latest member
Ahmad123098

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