Counting a range of cells based on 2 dates?

S

SemiClueless

Hi all, I'm so confused.

I have a 2 sheet worksheet. Sheet 1 contains data based on the documen
information and the date they were received (Each document is entere
in a new row and therefore, the same date is usually entered more tha
once), Sheet 2 contains a weekly report.

In Sheet 2, I need to count the total number of documents receive
between a specified period.

eg: Sheet 1, column A, will have dates ranging from 01/01/04 t
01/07/04 (dd/mm/yy) and I only want to count the number of document
received between 01/05/04 & 05/05/04.

Any suggestions would be greatly appreciated.

Thanks heaps
 
B

Bob Phillips

=SUMPRODUCT(--(Sheet1!A1:A100<=--("2004/05/05")),--(Sheet1!A1:A100>=--("2004
/05/01")))

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top