ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Extracting top performing products by region (https://www.excelbanter.com/excel-discussion-misc-queries/187722-extracting-top-performing-products-region.html)

Wins07

Extracting top performing products by region
 
I have to analyse different products being sold in different regions, the
data are tabulated by products and by region. I have to extractthe best
selling product by region and overall.

The table is as follows:

desc Region1 Region2 Region3 Total
Prod A 2 5 6 13
Prod B 8 4 2 14
Prod C 6 2 7 15


Top Perf Prod B Prod A Prod C Prod C

Can anyone help me with a formula which would extract the top performing
product for each region and overall.

Looking forward to receiving your valuable help





Mike H

Extracting top performing products by region
 
Hi

try this in a cell and drag right. I have assumed your table is in A1 - E4

=INDEX($A$2:$A$4,MATCH(MAX(E2:E4),E2:E4,FALSE),1)

Mike

"Wins07" wrote:

I have to analyse different products being sold in different regions, the
data are tabulated by products and by region. I have to extractthe best
selling product by region and overall.

The table is as follows:

desc Region1 Region2 Region3 Total
Prod A 2 5 6 13
Prod B 8 4 2 14
Prod C 6 2 7 15


Top Perf Prod B Prod A Prod C Prod C

Can anyone help me with a formula which would extract the top performing
product for each region and overall.

Looking forward to receiving your valuable help





Mike H

Extracting top performing products by region
 
I pasted the formula after I had dragged it, strat with this one and drag right

=INDEX($A$2:$A$4,MATCH(MAX(B2:B4),B2:B4,FALSE),1)

Mike

"Mike H" wrote:

Hi

try this in a cell and drag right. I have assumed your table is in A1 - E4

=INDEX($A$2:$A$4,MATCH(MAX(E2:E4),E2:E4,FALSE),1)

Mike

"Wins07" wrote:

I have to analyse different products being sold in different regions, the
data are tabulated by products and by region. I have to extractthe best
selling product by region and overall.

The table is as follows:

desc Region1 Region2 Region3 Total
Prod A 2 5 6 13
Prod B 8 4 2 14
Prod C 6 2 7 15


Top Perf Prod B Prod A Prod C Prod C

Can anyone help me with a formula which would extract the top performing
product for each region and overall.

Looking forward to receiving your valuable help





Wins07

Extracting top performing products by region
 
Thanks works out great


"Mike H" wrote:

I pasted the formula after I had dragged it, strat with this one and drag right

=INDEX($A$2:$A$4,MATCH(MAX(B2:B4),B2:B4,FALSE),1)

Mike

"Mike H" wrote:

Hi

try this in a cell and drag right. I have assumed your table is in A1 - E4

=INDEX($A$2:$A$4,MATCH(MAX(E2:E4),E2:E4,FALSE),1)

Mike

"Wins07" wrote:

I have to analyse different products being sold in different regions, the
data are tabulated by products and by region. I have to extractthe best
selling product by region and overall.

The table is as follows:

desc Region1 Region2 Region3 Total
Prod A 2 5 6 13
Prod B 8 4 2 14
Prod C 6 2 7 15


Top Perf Prod B Prod A Prod C Prod C

Can anyone help me with a formula which would extract the top performing
product for each region and overall.

Looking forward to receiving your valuable help






All times are GMT +1. The time now is 11:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com