J
jnaeve
Hello,
I have an interesting day calculation problem that I'm really
struggling with and am trying to figure out how to present this.
First let me say that I've explored the numerous methods for WEEKDAY -
DATE - NETWORKDAYS - DATDIF and others but still can't seem to arrive
at the result I need. I may have to go to a VBA routine to calculate
this but wanted to post this for further input. By the way, I've
searched the forum and didn't see a resolution that may have been
already posted.
My challenge:
I have a date range represented in two different cells.
Start Date: E15
End Date: G15
I have check boxes selected to determine which days of the week will be
"work days". (we have unusual requests that require us to work odd
days and this form will calculate the occurance of any specific day)
Let's say for this example, my "Start Date:" = October 10, 2003
My "End Date:" = October 31, 2003
My check boxes tell me that I'm only going to work Monday, Wednesday,
Friday and Saturday. I need to determine, how many Monday's,
Wednesday's, Friday's and Saturday's are in that date range from "Start
Date" to "End Date".
My results from the formula should tell me that there are 3-Monday's,
3-Wednesday's, 4-Friday's and 4-Saturday's. I can't seem to get
there.
Any insight would be greatly appreciated!
Regards,
Jim Naeve
I have an interesting day calculation problem that I'm really
struggling with and am trying to figure out how to present this.
First let me say that I've explored the numerous methods for WEEKDAY -
DATE - NETWORKDAYS - DATDIF and others but still can't seem to arrive
at the result I need. I may have to go to a VBA routine to calculate
this but wanted to post this for further input. By the way, I've
searched the forum and didn't see a resolution that may have been
already posted.
My challenge:
I have a date range represented in two different cells.
Start Date: E15
End Date: G15
I have check boxes selected to determine which days of the week will be
"work days". (we have unusual requests that require us to work odd
days and this form will calculate the occurance of any specific day)
Let's say for this example, my "Start Date:" = October 10, 2003
My "End Date:" = October 31, 2003
My check boxes tell me that I'm only going to work Monday, Wednesday,
Friday and Saturday. I need to determine, how many Monday's,
Wednesday's, Friday's and Saturday's are in that date range from "Start
Date" to "End Date".
My results from the formula should tell me that there are 3-Monday's,
3-Wednesday's, 4-Friday's and 4-Saturday's. I can't seem to get
there.
Any insight would be greatly appreciated!
Regards,
Jim Naeve