#1   Report Post  
Russell
 
Posts: n/a
Default counting

I would like to count specific transactions in progress on specific dates.
Each transaction will have different start and closing dates. For example,
1/1/05 may be a start date with 1/5/05 its close; and another starts 1/2/05
with 1/15/05 its close, thus on 1/3/05 I would have two open transactions.
Each row in my sheet is a separate transaction and a column is dedicated for
the open and one for closing date. I have apx. 39,000 transactions to count
over a ten year period.
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

=SUMPRODUCT(--(A1:A40000<=--"2005/01/03"),--(B1:B40000=--"2005/01/03"))

or you could use

=SUMPRODUCT(--(A1:A40000<=C1),--(B1:B40000=C1))

if the date is in C1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Russell" wrote in message
...
I would like to count specific transactions in progress on specific dates.
Each transaction will have different start and closing dates. For

example,
1/1/05 may be a start date with 1/5/05 its close; and another starts

1/2/05
with 1/15/05 its close, thus on 1/3/05 I would have two open transactions.
Each row in my sheet is a separate transaction and a column is dedicated

for
the open and one for closing date. I have apx. 39,000 transactions to

count
over a ten year period.



  #3   Report Post  
JulieD
 
Posts: n/a
Default

and for details on how the SUMPRODUCT function works check out

http://www.xldynamic.com/source/xld.SUMPRODUCT.html


"Bob Phillips" wrote in message
...
=SUMPRODUCT(--(A1:A40000<=--"2005/01/03"),--(B1:B40000=--"2005/01/03"))

or you could use

=SUMPRODUCT(--(A1:A40000<=C1),--(B1:B40000=C1))

if the date is in C1

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Russell" wrote in message
...
I would like to count specific transactions in progress on specific
dates.
Each transaction will have different start and closing dates. For

example,
1/1/05 may be a start date with 1/5/05 its close; and another starts

1/2/05
with 1/15/05 its close, thus on 1/3/05 I would have two open
transactions.
Each row in my sheet is a separate transaction and a column is dedicated

for
the open and one for closing date. I have apx. 39,000 transactions to

count
over a ten year period.





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... Patrick G Excel Worksheet Functions 3 February 23rd 05 10:05 PM
counting Multiple answers in 1 cell + column help me i have an excel problem Excel Discussion (Misc queries) 0 February 21st 05 08:41 AM
Back Dating (Counting Backwards) Aviator Excel Discussion (Misc queries) 5 February 9th 05 06:55 PM
Counting Function Dilemma Simon Lloyd Excel Worksheet Functions 0 November 8th 04 03:13 PM
counting simonkf Excel Worksheet Functions 7 October 30th 04 09:33 PM


All times are GMT +1. The time now is 05:25 PM.

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"