Single formula required to fetch the name of the product that has max sales

technicalupload

New Member
Joined
Jun 22, 2010
Messages
12
Hi All

Please see snapshot below. It has sales data on cell no M13:X22 and Product name on L14:L22.

Now my main objective is to know the name of the product that has maximum sales during the year. Also with Index, Match and Max (using a supportive column) I am able to fetch the desired result. However need a single formula. Please help...

Many Thanks

DATA TABLE:

LMNOPQRSTUVWXY
13Product NameJan-12Feb-12Mar-12Apr-12May-12Jun-12Jul-12Aug-12Sep-12Oct-12Nov-12Dec-12supportive Column
14ABC CO1691930036301693064610000042762426314065140495455473809843955100000
15PQRIN CO2945453555965806222140513642332452883372397757845806
16ASDDA18945926303942175133876540405610081389251012771845876540
17WERTT4868282331413613265846755835117850342082380857145835
18QURDO3181188045812285106315735958238813871914311434735958
19Pentenal4435148516923309532849193712244438802641390041305328
20Centere3282191315672039531210425587294719051630577417595774
21Geneet5531384645223338269326575094348742382921437653205531
22Senet5081424741875000167916983680318821515606224419315606
23
24MAX SalesASDDA=INDEX(L14:L22,MATCH(MAX(M14:X22),Y14:Y22,0))

<tbody>
</tbody>
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Try:

=INDEX(L14:L22,MATCH(MAX(INDEX(SUBTOTAL(4,OFFSET(M14:X14,ROW(L14:L22)-ROW(L14),0)),)),INDEX(SUBTOTAL(4,OFFSET(M14:X14,ROW(L14:L22)-ROW(L14),0)),),FALSE))
 
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,017
Members
448,937
Latest member
BeerMan23

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