Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Summarizing data into different worksheet

I need to report figures from different worksheets into a summary tab within
the same workbook (i.e. data from Jan, Feb, Mar tabs into 1 'Summary' tab).

The figures need to be summed and are dependent on product codes from a
spreadsheet for each month containing data of expenses:

E.g.
Code | Amount
P01 | 100
P02 | 200
P01 | 300

I need to summarise all the P01, P02, amounts into their relevant cells on a
summary worksheet.

E.g.
PO1 | Jan Amount | Feb Amount
PO2 | Jan Amount | Feb Amount

Could anyone please let me know how I can do this?

I've tried SUMIF and populating from a pivot table although the pivot table
contents may change month by month but both of these methods have failed.

With SUMIF it hasn't picked up the Amount column to summarise.
E.g. SUMIF(Jan_data, "P01", Jan Expenses!D$D)
...where D is the column containing the amounts.

Eventually I might like to add additional conditions to fulfill but for the
moment any sums would be good!

Any ideas would be gratefully appreciated.

Thanks
Liz




  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 751
Default Summarizing data into different worksheet

Say your summary sheet, B1:M1 contain the names Jan, Feb etc, in
exactly the same manner they appear as sheet names. A2:A101 contain
P01 etc. The amounts to be summed are in column D:D of each sheet. In
B2:

=SUMPRODUCT(INDIRECT("'"&B$1&"'!D2:D101")*(INDIREC T("'"&B$1&"'!
A2:A101")=$A2))

Adjust the A2:A101, D2:D101 to suit.
If your sheets are not called 'Jan' etc but rather 'Jan Expenses' then
modify the formula to:

=SUMPRODUCT(INDIRECT("'"&B$1&" Expenses'!D2:D101")*(INDIRECT("'"&B$1&"
Expenses'!A2:A101")=$A2))

Does this help?
Kostis Vezerides

On May 20, 8:01 pm, Liztd wrote:
I need to report figures from different worksheets into a summary tab within
the same workbook (i.e. data from Jan, Feb, Mar tabs into 1 'Summary' tab).

The figures need to be summed and are dependent on product codes from a
spreadsheet for each month containing data of expenses:

E.g.
Code | Amount
P01 | 100
P02 | 200
P01 | 300

I need to summarise all the P01, P02, amounts into their relevant cells on a
summary worksheet.

E.g.
PO1 | Jan Amount | Feb Amount
PO2 | Jan Amount | Feb Amount

Could anyone please let me know how I can do this?

I've tried SUMIF and populating from a pivot table although the pivot table
contents may change month by month but both of these methods have failed.

With SUMIF it hasn't picked up the Amount column to summarise.
E.g. SUMIF(Jan_data, "P01", Jan Expenses!D$D)
..where D is the column containing the amounts.

Eventually I might like to add additional conditions to fulfill but for the
moment any sums would be good!

Any ideas would be gratefully appreciated.

Thanks
Liz


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
Summarizing monthly worksheet totals John Excel Discussion (Misc queries) 1 April 20th 08 12:33 AM
Summarizing Data krc547 Excel Worksheet Functions 1 March 31st 08 07:13 PM
Summarizing data macker Excel Discussion (Misc queries) 2 May 2nd 07 08:16 PM
Summarizing totals of all worksheets to one worksheet? Pastor Cliff Excel Worksheet Functions 1 April 1st 06 09:33 PM
Summarizing data Gary Fuller Excel Discussion (Misc queries) 1 November 26th 04 04:17 PM


All times are GMT +1. The time now is 03:06 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"