Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=countif(data!C2:C1000,"<"&A2)
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Joe M." wrote in message ... I am trying to use countif to count all the dates in column C before today. To avoid the "volatile" error I have made a cell referencing today: A1 =today() A2 =date(year(a1),month(a1),day(a1)) My column C is in another worksheet called "data" B1 =countif(data!C2:C1000,"<A2") returns zero In data!C2 the date is 9/19/2006. To test I did this: =if(data!c2<A2,"true","false") which returns true. Why is the countif not returning the corerct count? Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIF for numbers of dates in column which are 30 days older than today | Excel Worksheet Functions | |||
IF TODAY equals date in cell A10, or if TODAY is beyond that date | Excel Worksheet Functions | |||
excel today countif over expired date | Excel Worksheet Functions | |||
countif a date is greater than today | Excel Worksheet Functions | |||
countif(a1:a12,">TODAY()") How do I get this to work? | Excel Worksheet Functions |