ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Counting the number of transactions per month (https://www.excelbanter.com/excel-discussion-misc-queries/141488-counting-number-transactions-per-month.html)

OldGuy

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.

Mike H

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.


OldGuy

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.



All times are GMT +1. The time now is 10:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com