Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Counting the number of transactions per month

Transactions are listed by date in mm/dd/yy format. I was trying to use
countif and sumif, but not successfully.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Counting the number of transactions per month

a bit low on detail but the following may get you going:-

=SUMIF(A1:A6,"<"&DATE(2007,4,3),B1:B6)-SUMIF(A1:A6,"<"&DATE(2007,4,1),B1:B6)

This formula will check the range A1:A6 for dates earlier than 3/4/2007 and
later than 1/4/2007 i.e. for the date 2/4/2007 and will then summ the
corresponding cells in B1:B6.

Any Help?

Mike

"OldGuy" wrote:

Transactions are listed by date in mm/dd/yy format. I was trying to use
countif and sumif, but not successfully.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Counting the number of transactions per month

Thanks!! That was terrific and right on. :-)

"Mike H" wrote:

a bit low on detail but the following may get you going:-

=SUMIF(A1:A6,"<"&DATE(2007,4,3),B1:B6)-SUMIF(A1:A6,"<"&DATE(2007,4,1),B1:B6)

This formula will check the range A1:A6 for dates earlier than 3/4/2007 and
later than 1/4/2007 i.e. for the date 2/4/2007 and will then summ the
corresponding cells in B1:B6.

Any Help?

Mike

"OldGuy" wrote:

Transactions are listed by date in mm/dd/yy format. I was trying to use
countif and sumif, but not successfully.

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
Counting transactions as listed in reports Daiv Excel Discussion (Misc queries) 1 February 25th 07 11:02 PM
Counting the number of date entries in a giving month Philgr Excel Discussion (Misc queries) 4 August 22nd 06 10:55 PM
counting the number of times something is bought during a month ldd Excel Worksheet Functions 1 November 22nd 05 07:18 PM
Counting number of incidents of a month CD Web Excel Worksheet Functions 3 October 18th 05 10:15 PM
counting with a criteria in multiple transactions shafali Excel Worksheet Functions 1 November 29th 04 01:15 AM


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