Countifs with error #Value!

M

masterdineen

I am using the following formula to reference a sheet called SUPPORT


=COUNTIFS(SUPPORT!H8:H25,"Martin",SUPPORT!M9:M25,YEAR(TODAY()))

and i get #Value!

but when i create the same formula on the support sheet.

ie =COUNTIFS(H9:H250,"Martin",M9:M250,YEAR(TODAY())) and it works.

Is there limits when referencing other sheets in workbook?

Regards

Ro
 
C

Claus Busch

Hi Rob,

Am Thu, 9 Aug 2012 07:56:18 +0000 schrieb masterdineen:
I am using the following formula to reference a sheet called SUPPORT

=COUNTIFS(SUPPORT!H8:H25,"Martin",SUPPORT!M9:M25,YEAR(TODAY()))
^^^^^^^^^ ^^^^^^^^^

try:
=COUNTIFS(SUPPORT!H8:H25,"Martin",SUPPORT!M8:M25,YEAR(TODAY()))


Regards
Claus Busch
 

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