Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Look Up Problem Monthly and Yearly Totals

If your source monthly sheets are like so:
CustName = Column C
Sales = Column D


In Summ,
just replace the formula in B2 with:
=IF(COUNTA($A2,B$1)<2,"",SUMIF(INDIRECT("'"&B$1&"' !C:C"),$A2,INDIRECT("'"&B$1&"'!D:D")))
then copy B2 across/fill down to populate the summary table
That should do it for you.

--------
This part of the earlier formula which points to the CustName in col B:
INDIRECT("'"&B$1&"'!B:B")
we change: B:B to C:C (the new col for the CustName)

and this part which earlier points to the Sales in col C:
INDIRECT("'"&B$1&"'!C:C")
we change: C:C to D:D (the new col for the Sales)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"John Luc" wrote in message
...
Hi Max
Please can I ask you another favour can you alter formula for me to
reflect the following please
CustName = Column C
Sales = Column D

Tried to this myself and failed.
Regards
John



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
Summing Weekly Totals into Monthly Totals steph44haf Excel Worksheet Functions 3 July 5th 06 04:51 PM
sales data how i can list weekly,monthly yearly etc..etc... Abdul Gaphoor Excel Worksheet Functions 1 May 1st 06 12:14 PM
spreadsheet for tracking reports daily, monthly, yearly and graph Kompare Excel Worksheet Functions 2 April 6th 06 09:28 PM
monthly/yearly expence by vendors Nikki New Users to Excel 1 February 5th 06 08:04 PM
create yearly summary from monthly worksheets Chys Excel Discussion (Misc queries) 1 September 16th 05 02:54 AM


All times are GMT +1. The time now is 11:28 AM.

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"