Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi, I have a list of dates in column E4:E38 ranging from 14/2/09 to
14/4/09 some of which occur more than once. What I would like to do is count how many occurrences there are of dates previous to and including today including the duplicates etc. I have tried countif and counta but dont seem to be able to get the right formula. I have (today) in A2. Thank you for any help with this. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=COUNTIF(E4:E38,"<="&TODAY()) -- Biff Microsoft Excel MVP "Lynz" wrote in message ... Hi, I have a list of dates in column E4:E38 ranging from 14/2/09 to 14/4/09 some of which occur more than once. What I would like to do is count how many occurrences there are of dates previous to and including today including the duplicates etc. I have tried countif and counta but dont seem to be able to get the right formula. I have (today) in A2. Thank you for any help with this. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Your formula would look like this =COUNTIF(E4:E34,"<="&A2) -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Lynz" wrote: Hi, I have a list of dates in column E4:E38 ranging from 14/2/09 to 14/4/09 some of which occur more than once. What I would like to do is count how many occurrences there are of dates previous to and including today including the duplicates etc. I have tried countif and counta but dont seem to be able to get the right formula. I have (today) in A2. Thank you for any help with this. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
T. Valko wrote:
Try this: =COUNTIF(E4:E38,"<="&TODAY()) THank you so much that works great. I had () and"" in the wrong places. HAve a nice day L |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Shane Devenshire wrote:
Hi, Your formula would look like this =COUNTIF(E4:E34,"<="&A2) Thanks Shane |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
-- Biff Microsoft Excel MVP "Lynz" wrote in message ... T. Valko wrote: Try this: =COUNTIF(E4:E38,"<="&TODAY()) THank you so much that works great. I had () and"" in the wrong places. HAve a nice day L |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Your welcome. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Lynz" wrote: Shane Devenshire wrote: Hi, Your formula would look like this =COUNTIF(E4:E34,"<="&A2) Thanks Shane |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TODAY, Subtract a List of Dates from... | Excel Discussion (Misc queries) | |||
sum data in column for dates until today | Excel Worksheet Functions | |||
counting dates in a column that less than 6 months from today | Excel Discussion (Misc queries) | |||
Find (Today-21) in a range of dates | Excel Discussion (Misc queries) | |||
Counting Dates less then today | Excel Worksheet Functions |