DSUM not working...?

webbeacon

New Member
Joined
Mar 28, 2006
Messages
7
Hi Everyone,

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
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Cell A2 on Team List tab contains the number 1, which then points to a tab named 1. This tab (and others also named numerically) contains the data "Date; Start; End; Duration" that is referred to later in the DSUM.
 
Upvote 0
I've resolved the problem, and (not surprisingly) it was user error. My date ranges are for 2009 and the dates I entered were 2008.

/sigh

sorry for wasting your time, but thank you for the quick response!!!
 
Upvote 0

Forum statistics

Threads
1,223,912
Messages
6,175,344
Members
452,638
Latest member
Oluwabukunmi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top