Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Data Consolidation formula

Hi,
I am trying to workout how to consolidate a list on a separate sheet. ie.

Sheet1
A B C
1 Product Category Sales
2 Cat Pets 10
3 Bird Pets 23
4 Bell Misc 44
5 Collar Misc 36
6 Dog Pets 61
7 Ball Toy 33
8 Mirror Toy 64
9 Mouse Pets 24
10 Cat Pets 73
11 Cat Pets 11
12 Dog Pets 34

Sheet2
A
1 Pets
2
3 Cat
4 Bird
5 Dog
6 Mouse

where the formula in Sheet2.A3:A6 looks at the value in Sheet2.A1 and
returns a consolidated list of the values in cell Sheet1.A2:A12.

I know the easiest way to do this is with a Pivot Table but...Any help
appreciated.

Cheers


Reuben
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Data Consolidation formula

Hi Reuben

You're quite right, you should do it with a Pivot Table - why not?

If you do want to do it the hard way<bg, then in cell B3 of Sheet2
=SUMPRODUCT((Sheet1$B$1:$B$100=$A$1)*(Sheet1!$A$1: $A$100=$A3)*Sheet1!$C$1:$C$100)
Copy down as required
--
Regards
Roger Govier

"reuben" wrote in message
...
Hi,
I am trying to workout how to consolidate a list on a separate sheet. ie.

Sheet1
A B C
1 Product Category Sales
2 Cat Pets 10
3 Bird Pets 23
4 Bell Misc 44
5 Collar Misc 36
6 Dog Pets 61
7 Ball Toy 33
8 Mirror Toy 64
9 Mouse Pets 24
10 Cat Pets 73
11 Cat Pets 11
12 Dog Pets 34

Sheet2
A
1 Pets
2
3 Cat
4 Bird
5 Dog
6 Mouse

where the formula in Sheet2.A3:A6 looks at the value in Sheet2.A1 and
returns a consolidated list of the values in cell Sheet1.A2:A12.

I know the easiest way to do this is with a Pivot Table but...Any help
appreciated.

Cheers


Reuben


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
Data Consolidation Johnny1496 Excel Discussion (Misc queries) 3 August 16th 07 12:20 AM
data consolidation baron Excel Discussion (Misc queries) 0 May 21st 07 12:31 AM
Need how-to or example for data consolidation jtroper Excel Worksheet Functions 1 April 24th 06 09:55 PM
Data Consolidation Help Needed. Raptor_yf22 Excel Discussion (Misc queries) 1 March 3rd 06 07:05 PM
data consolidation ktatey Excel Discussion (Misc queries) 0 August 29th 05 08:51 AM


All times are GMT +1. The time now is 01:19 AM.

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

About Us

"It's about Microsoft Excel"