counting function

  • Thread starter Thread starter nespa
  • Start date Start date
N

nespa

I typed the formula and it errored:

=sumproduct(('Test Issues'!D5:D1000>=DATEVALUE("9/1/2004"))*( 'Tes
Issues'!D5:D1000<DATEVALUE("10/1/2004"))*('Tes
Issues'!F5:1000="Closed"))


Here is the scenerio:

D5:D1000 each cell contains a date in the format mm/day/year

F5:F1000 each cell contains a word- either Closed or Open

I am tying to calculate the amount of Closed Issues for each Month.

Thanks
 
Hi
small typoe. try:
=sumproduct(('Test Issues'!D5:D1000>=DATEVALUE("9/1/2004"))*( 'Test
Issues'!D5:D1000<DATEVALUE("10/1/2004"))*('Test
Issues'!F5:F1000="Closed"))
 

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

Back
Top