Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi i have a list of dates some in the past some in the present. I am
trying to total up the dates that are in the future, but it keeps returning an inaccurate number. heres the code I am using. Any ideas or tips would be great sub range("a1").select do until activecell = "" if activecell date then total = total+1 end if activecell.offset(1,0).select loop range("b1") = total |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting occasions dates occur between 2 dates | New Users to Excel | |||
Counting dates, within a list of dates | Excel Worksheet Functions | |||
Rnage Finder | Excel Worksheet Functions | |||
Counting Dates | Excel Worksheet Functions | |||
summing data that match critieria in a rnage | Excel Discussion (Misc queries) |