C
crazy415
I have a list of days that the stock market was open. (all of the
closed days have been excluded from the list).
I want to identify what number trading day, within the month, each
date represents.
For example:
Date Trading Day
11/1/2007 1
11/2/2007 2
11/5/2007 3
11/6/2007 4
11/7/2007 5
11/8/2007 6
11/9/2007 7
Is there a combination of functions that will recognize the month
change and identify the trading days until the next month change?
Thanks,
Dano
closed days have been excluded from the list).
I want to identify what number trading day, within the month, each
date represents.
For example:
Date Trading Day
11/1/2007 1
11/2/2007 2
11/5/2007 3
11/6/2007 4
11/7/2007 5
11/8/2007 6
11/9/2007 7
Is there a combination of functions that will recognize the month
change and identify the trading days until the next month change?
Thanks,
Dano