Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Total by 2 variables

I want to be able to have a count of entries and be able to total entires per
month depending on what unit they are from.

Example:

Date Unit Savings
1/2/08 P01 100.00
2/3/08 P02 200.00
2/5/08 P01 500.00

Results
P01 Count : P02 Count : P01 Savings : P02 Savings
Jan. 1 0 100.00 0
Feb. 1 1 500.00 200.00

I have the date and the count figured out, but i dont know hoe to decipher
between units.

Thanks for any help

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Total by 2 variables

Count Total:
=SUMPRODUCT(--ISNUMBER('C.I Log Paulding 07'!E2:E500),--(MONTH('C.I Log
Paulding 07'!E2:E500)=1))

Savings Total:
=SUMPRODUCT(--(MONTH('C.I Log Paulding 07'!$E$2:$E$496)=1),--('C.I Log
Paulding 07'!$E$2:$E$496<"")*('C.I Log Paulding 07'!$P$2:$P$496))

I dont know what funtion to use to decipher between units. These formulas
look at all of the entries. It could be really simple, Im just not sure how
to start, everthing I've tried give me an error result





"Don Guillett" wrote:


Show us YOUR efforts
--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Erik (AP Inc.)" wrote in message
...
I want to be able to have a count of entries and be able to total entires
per
month depending on what unit they are from.

Example:

Date Unit Savings
1/2/08 P01 100.00
2/3/08 P02 200.00
2/5/08 P01 500.00

Results
P01 Count : P02 Count : P01 Savings : P02 Savings
Jan. 1 0 100.00 0
Feb. 1 1 500.00 200.00

I have the date and the count figured out, but i dont know hoe to decipher
between units.

Thanks for any 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
Excel 2002 : Any single button to get sub total and grand total ? Mr. Low Excel Discussion (Misc queries) 2 May 22nd 07 08:46 AM
calculate count on 2006 total, 2005 total, etc... Amanda Deshotel Excel Worksheet Functions 6 September 28th 06 11:59 PM
Pivots - Auto calc % Sub total is of grand total VBA Noob Excel Discussion (Misc queries) 3 August 8th 06 08:46 PM
How do i keep the total of 3 variables constant southwestpaddler Excel Discussion (Misc queries) 3 December 6th 05 11:16 PM
Adding Data Using Multiple Worksheets to Total into a Grand Total Lillie Excel Worksheet Functions 1 April 19th 05 08:34 PM


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