Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default 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




  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default 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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA determine computer region Viperv10 Setting up and Configuration of Excel 5 May 27th 07 01:39 AM
Region Zaahir Excel Discussion (Misc queries) 2 November 14th 06 02:22 PM
need to zoom in a particular region of graph Shrikar Charts and Charting in Excel 0 June 20th 06 04:30 PM
Is it possible to count if within a number region? themax16 Excel Discussion (Misc queries) 3 May 22nd 05 06:46 PM
how to shrink a region (because of a maverick) Vollkorntoast Charts and Charting in Excel 1 March 10th 05 02:03 PM


All times are GMT +1. The time now is 04:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"