ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   countifs Function not giving desired result with date criteria (https://www.excelbanter.com/excel-worksheet-functions/449627-countifs-function-not-giving-desired-result-date-criteria.html)

San[_4_]

countifs Function not giving desired result with date criteria
 

Hi,

I have a table where the Column A has dates in sequential format, Column B contains the Average temperature values as on respective dates, Column C contains Average Pressure values as on respective dates.

When I am using Countifs(A2:A200,"=01/04/2013",B2:B200,"=505",C2:C200,"=87"), I am getting the correct count

But if I use a cell reference for a date, like, Countifs(A2:A200,"=A2", B2:B200.....) where cell A2 contains 01/04/2013, the formula is not working.

How can I use the Countifs function correctly with a "between dates criteria",where the dates are referenced from cells

Thanks

San

Claus Busch

countifs Function not giving desired result with date criteria
 
Hi San,

Am Tue, 17 Dec 2013 05:23:32 -0800 (PST) schrieb San:

But if I use a cell reference for a date, like, Countifs(A2:A200,"=A2", B2:B200.....) where cell A2 contains 01/04/2013, the formula is not working.


with cell reference you have to write "="&A2. For your example try:
=COUNTIFS(A1:A200,"="&A2,B1:B200,"=505",C1:C200, "=87")


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

San[_4_]

countifs Function not giving desired result with date criteria
 
On Tuesday, December 17, 2013 6:59:11 PM UTC+5:30, Claus Busch wrote:
Hi San,



Am Tue, 17 Dec 2013 05:23:32 -0800 (PST) schrieb San:



But if I use a cell reference for a date, like, Countifs(A2:A200,"=A2", B2:B200.....) where cell A2 contains 01/04/2013, the formula is not working.




with cell reference you have to write "="&A2. For your example try:

=COUNTIFS(A1:A200,"="&A2,B1:B200,"=505",C1:C200, "=87")





Regards

Claus B.

--

Win XP PRof SP2 / Vista Ultimate SP2

Office 2003 SP2 /2007 Ultimate SP2


Thanks Claus. Will try it out.

San


All times are GMT +1. The time now is 08:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com