S
Soccer boy
I am currently trying to count how many sundays and saturdays there are
inbetween two given dates. is there a function that could help me with this
or easy way of doing it.
For example:
Input - Beginning Date - Sun 5/3/09
Input - End Date - Sun 5/31/09
Output - # of Sundays - 5
Output - # of Saturdays - 4
I know there is the NETWORKDAYS function and i could just subtract Total
days from Net Work Days to get total Weekend days. but if i want to break it
up even more is there a way i could do that.
inbetween two given dates. is there a function that could help me with this
or easy way of doing it.
For example:
Input - Beginning Date - Sun 5/3/09
Input - End Date - Sun 5/31/09
Output - # of Sundays - 5
Output - # of Saturdays - 4
I know there is the NETWORKDAYS function and i could just subtract Total
days from Net Work Days to get total Weekend days. but if i want to break it
up even more is there a way i could do that.