R
ringoranger
Hello,
I need a combination of excel functions that will conduct a (partial
count of the number of dates before a specified ending date.
I have a list of dates in a column, let's say these range from year 200
till 2010. For example, the first few items in this column could read a
follows: August 1, 2000, August, 16,2000, September 15, 2000, Septembe
15,2000, September 30,2000 January 23, 2001...December 17,2010
If I need to calculate the # of dates that appear during the month o
September, 2000 and prior then I want the count to read 3.033. since tw
dates started on September 15, which is half of the month of Septembe
2000. Then we had one start on September 30, hence the 0.033 (or 1/30).
I'm currently using a countif statement (which would grab the augus
dates), but not a partial count of the dates starting in september.
tried using a sumproduct statement, but couldn't figure it out either.
Any ideas??? I'd rather not use VBA, if there is an excel function(s) t
complete this task
I need a combination of excel functions that will conduct a (partial
count of the number of dates before a specified ending date.
I have a list of dates in a column, let's say these range from year 200
till 2010. For example, the first few items in this column could read a
follows: August 1, 2000, August, 16,2000, September 15, 2000, Septembe
15,2000, September 30,2000 January 23, 2001...December 17,2010
If I need to calculate the # of dates that appear during the month o
September, 2000 and prior then I want the count to read 3.033. since tw
dates started on September 15, which is half of the month of Septembe
2000. Then we had one start on September 30, hence the 0.033 (or 1/30).
I'm currently using a countif statement (which would grab the augus
dates), but not a partial count of the dates starting in september.
tried using a sumproduct statement, but couldn't figure it out either.
Any ideas??? I'd rather not use VBA, if there is an excel function(s) t
complete this task