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

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
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,593
Messages
6,120,435
Members
448,961
Latest member
nzskater

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