G
Guest
Hi all,
Here's the scenario....I've developed an MS Access database that links our
HEAT Help Desk software. The Help Desk software runs reports on 24/7 hours,
but I need statistics that show only 10 hour days and if a call extends over
the weekend, the weekend needs to be excluded. Right now, I'm doing my
queries in Access and then transferring them to Excel where I use the
NETWORKDAYS function statement that looks like this:
=IF(NETWORKDAYS(B472,C472,$D$2:$D$4)-1>0,(C472-(INT(C472)+$B$2))-(B472-(INT(B472)+$B$3))+(NETWORKDAYS(B472,C472,$D$2:$D$4)-2)*$B$4,C472-B472)
It would be so great if I could do it all in Access since I'm trying to
develop a system that others can use. I'd like to eventually automate the
process. Any suggestions? I have a feeling this might stump the pros out
there. Anyone up for a challenge?
--Sandy
Here's the scenario....I've developed an MS Access database that links our
HEAT Help Desk software. The Help Desk software runs reports on 24/7 hours,
but I need statistics that show only 10 hour days and if a call extends over
the weekend, the weekend needs to be excluded. Right now, I'm doing my
queries in Access and then transferring them to Excel where I use the
NETWORKDAYS function statement that looks like this:
=IF(NETWORKDAYS(B472,C472,$D$2:$D$4)-1>0,(C472-(INT(C472)+$B$2))-(B472-(INT(B472)+$B$3))+(NETWORKDAYS(B472,C472,$D$2:$D$4)-2)*$B$4,C472-B472)
It would be so great if I could do it all in Access since I'm trying to
develop a system that others can use. I'd like to eventually automate the
process. Any suggestions? I have a feeling this might stump the pros out
there. Anyone up for a challenge?

--Sandy