A Microsoft Excel forum. ExcelBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » ExcelBanter forum » Excel Newsgroups » Excel Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Countifs with error #Value!



 
 
Thread Tools Display Modes
  #1  
Old August 9th 12, 08:56 AM
masterdineen masterdineen is offline
Junior Member
 
First recorded activity by ExcelBanter: Aug 2012
Posts: 2
Default Countifs with error #Value!

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


=COUNTIFS(SUPPORT!H8:H25,"Martin",SUPPORT!M9:M25,Y EAR(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

Rob

Last edited by masterdineen : August 9th 12 at 09:01 AM.
Ads
  #2  
Old August 9th 12, 03:53 PM posted to microsoft.public.excel.worksheet.functions
Claus Busch
external usenet poster
 
Posts: 929
Default Countifs with error #Value!

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,Y EAR(TODAY()))

^^^^^^^^^ ^^^^^^^^^

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


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
COUNTIFS AlexW Excel Discussion (Misc queries) 2 January 29th 10 09:31 PM
countifs gus New Users to Excel 2 November 18th 09 05:16 AM
CountIfs farid2001 Excel Programming 5 April 11th 09 04:50 AM
Countifs to Sumproduct for 2003 -> was Simple Countifs.. from Fr Steve Excel Worksheet Functions 2 January 4th 09 05:36 PM
COUNTIFS Skinman Excel Worksheet Functions 3 December 11th 08 05:29 AM


All times are GMT +1. The time now is 03:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2004-2013 ExcelBanter.
The comments are property of their posters.