#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default I need a formula...

Hi all,

Here's the scenario - I have a file I use for sales forecasts, laid out as
follows:

Client Name - G6:G709
Product Name - UB5:AAM5 (12 groups of repeating names)
Data to be added - UB6:AAM709

I need a formula for a summary sheet that can calculate the revenue per
product name per client for the year (so adding the 12 periods), and that
will also work when the source data is filtered, if possible.

Thanks for any help & suggestions.

Cheers,

Alan
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Don is offline
external usenet poster
 
Posts: 487
Default I need a formula...

First, I would look into pivot tables. I like them for analysis , but a bit
tricky to work into monthly production stuff.

I would look into the "sumif" statement if you are looking for totals. On
the summary sheet , put the name you want to sum. From your example , you
may want to concatinate "product name & client " (I would have one colum to
go after , but sumif can do mult)

Sumif(Range to look and compair , thing you want to compair , range to sum
up and total)

"Alan Smith" wrote:

Hi all,

Here's the scenario - I have a file I use for sales forecasts, laid out as
follows:

Client Name - G6:G709
Product Name - UB5:AAM5 (12 groups of repeating names)
Data to be added - UB6:AAM709

I need a formula for a summary sheet that can calculate the revenue per
product name per client for the year (so adding the 12 periods), and that
will also work when the source data is filtered, if possible.

Thanks for any help & suggestions.

Cheers,

Alan

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default I need a formula...

Thanks Don, but unfortunately the data layout is not conducive to using a
pivot table, and sumif won't work with multiple criteria. Sumifs returns
#VALUE errors, maybe I'm using it incorrectly? The formula with the SUMIFS is:

=SUMIFS('2008-2011 Revenue'!UB6:AAM709,'2008-2011 Revenue'!UB4:AAM4,'Client
Summary'!B3,'2008-2011 Revenue'!G6:G709,'Client Summary'!A6)

Where UB6:AAM709 is the data to be summed, UB4:AAM4 is the 12 groups of
criteria, and G6:G709 is the client list. Anybody spot an error in there?

Alan

"Don" wrote:

First, I would look into pivot tables. I like them for analysis , but a bit
tricky to work into monthly production stuff.

I would look into the "sumif" statement if you are looking for totals. On
the summary sheet , put the name you want to sum. From your example , you
may want to concatinate "product name & client " (I would have one colum to
go after , but sumif can do mult)

Sumif(Range to look and compair , thing you want to compair , range to sum
up and total)

"Alan Smith" wrote:

Hi all,

Here's the scenario - I have a file I use for sales forecasts, laid out as
follows:

Client Name - G6:G709
Product Name - UB5:AAM5 (12 groups of repeating names)
Data to be added - UB6:AAM709

I need a formula for a summary sheet that can calculate the revenue per
product name per client for the year (so adding the 12 periods), and that
will also work when the source data is filtered, if possible.

Thanks for any help & suggestions.

Cheers,

Alan

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,180
Default I need a formula...

Maybe the manual steps in this
reverse Pivot Table approach can be
automated with VBA.
http://www.freefilehosting.net/download/3akjb
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



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