countif in links

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am tring to use Countif between workbooks, but can't get it to work. Here
is the formula I entered

=countif[Sales.xls]Sheet1'!$B$2."test"

It does not return a value, What should I do?

Thanks,

George
 
=countif([Sales.xls]Sheet1'!$B$2,"test")

but since you just test one cell

=--( [Sales.xls]Sheet1'!$B$2="test")
 

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