COUNTIF

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

Hi,
Will COUNTIF work on a range in another workbook if that other workbook
is not open?
Thanks,
Alan
 
Hi alan
as a short test revails: No :-)

But you can try the following:
If your current formula looks like:
=COUNTIF(range,condition)
replace it with
=SUMPRODUCT(--('c:\path\[file.xls]Sheet1'!range=condition))
 
Back
Top