Help w/ alternate to Countif

  • Thread starter Thread starter Destrachan
  • Start date Start date
D

Destrachan

Formula below is pretty basic, however the problem I'm running into is
that the WB that the formula is pulling from is closed more often than
not. Is there anyone that can provide me a bit of help w/ a formula
that accomplishes the same thing w/ the target WB being closed?


=COUNTIF('C:\Test\Test\Reports\[Test.xls]November 2007'!$N$2:$N
$1000,">=8:00 PM")
 
Use SUMPRODUCT:

=SUMPRODUCT(--('C:\Test\Test\Reports\[Test.xls]November
2007'!$N$2:$N$1000>=TIME(20,0,0)))
 
Use SUMPRODUCT:

=SUMPRODUCT(--('C:\Test\Test\Reports\[Test.xls]November
2007'!$N$2:$N$1000>=TIME(20,0,0)))

--
Biff
Microsoft Excel MVP




Formula below is pretty basic, however the problem I'm running into is
that the WB that the formula is pulling from is closed more often than
not. Is there anyone that can provide me a bit of help w/ a formula
that accomplishes the same thing w/ the target WB being closed?
=COUNTIF('C:\Test\Test\Reports\[Test.xls]November 2007'!$N$2:$N
$1000,">=8:00 PM")- Hide quoted text -

- Show quoted text -

Wonderful, thank you very much.
 
Use SUMPRODUCT:

=SUMPRODUCT(--('C:\Test\Test\Reports\[Test.xls]November
2007'!$N$2:$N$1000>=TIME(20,0,0)))

--
Biff
Microsoft Excel MVP




Formula below is pretty basic, however the problem I'm running into is
that the WB that the formula is pulling from is closed more often than
not. Is there anyone that can provide me a bit of help w/ a formula
that accomplishes the same thing w/ the target WB being closed?
=COUNTIF('C:\Test\Test\Reports\[Test.xls]November 2007'!$N$2:$N
$1000,">=8:00 PM")- Hide quoted text -

- Show quoted text -

Wonderful, thank you very much.

You're welcome. Thanks for the feedback!
 

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