Hi Everyone,
I'm using the following:
where 'Team List'!A2&"!$A$2:$d$100 results in the following data:
and $AN$3:$AO$4 contains:
I'm at a complete loss right now... this was all working smashingly last time I looked at it and now it doesn't work at all. The duration is supposed to calculate based on the month and give me a running total, but it just shows 0:00 hours. I think the only change i might have made since it was working is to protect the worksheets. I've unprotected them and it still not working. Anyone have some idea why?
Thanks a million,
Jen
I'm using the following:
Code:
=DSUM(INDIRECT('Team List'!A2&"!$A$2:$d$100"),"Duration",$AN$3:$AO$4)
where 'Team List'!A2&"!$A$2:$d$100 results in the following data:
Code:
Date Start End Duration
1/12/2008 13:00 14:00 1:00
1/13/2008 13:00 14:00 1:00
1/14/2008 13:00 14:00 1:00
1/15/2008 13:00 14:00 1:00
1/16/2008 13:00 14:00 1:00
and $AN$3:$AO$4 contains:
Code:
Date Date
>12/31/2008 <02/01/2009
I'm at a complete loss right now... this was all working smashingly last time I looked at it and now it doesn't work at all. The duration is supposed to calculate based on the month and give me a running total, but it just shows 0:00 hours. I think the only change i might have made since it was working is to protect the worksheets. I've unprotected them and it still not working. Anyone have some idea why?
Thanks a million,
Jen