A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Sumproduct and dynamic data



 
 
Thread Tools Display Modes
  #1  
Old March 6th, 2010, 11:17 PM posted to microsoft.public.excel.worksheet.functions
jtfalk
external usenet poster
 
Posts: 19
Default Sumproduct and dynamic data

Good afternoon,

I have an Excel 2007 workbook that I am having issues with. I have set up a
dynamic graph that allows me to put in a start and finish date and it graphs
the values in that time frame. It works great right now.

What I want to do is have a cell add up the values between these changing
dates for another calculation.

So B5 (named StartDate) and B6 (named EndDate), the column with all the
dates B (named AllDates) the values I need are in the C column. For the
dynamic graph I plotted the data this way =BUILD.xlsx'!ChtBuildPlan with
chart build plan the column next to the dates.

A B C
Day Date Build
Mon 1/4/2010 0
Tue 1/5/2010 1
Wed 1/6/2010 3
Thu 1/7/2010 6
Fri 1/8/2010 7

So if I put in 1/5 in the StartDate and 1/7 in the finish date the cell G5
would equal 10.

I was looking at something like this - I thought


=SUMPRODUCT(--('BUILD.xlsx'!AllDates=StartDate),--('BUILD.xlsx'!AllDates=EndDate),'BUILD.xlsx'!ChtB uildPlan)

Of course since I am posting this it does not work. Any help would be
appreciated.
  #2  
Old March 7th, 2010, 02:31 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Sumproduct and dynamic data

=SUMPRODUCT(--('BUILD.xlsx'!AllDates=StartDate),--('BUILD.xlsx'!AllDates=EndDate),'BUILD.xlsx'!ChtB uildPlan)

Of course since I am posting this it does not work.


There's nothing wrong with the formula so you'll have to be more specific as
to what "does not work" means.

--
Biff
Microsoft Excel MVP


"jtfalk" wrote in message
news
Good afternoon,

I have an Excel 2007 workbook that I am having issues with. I have set up
a
dynamic graph that allows me to put in a start and finish date and it
graphs
the values in that time frame. It works great right now.

What I want to do is have a cell add up the values between these changing
dates for another calculation.

So B5 (named StartDate) and B6 (named EndDate), the column with all the
dates B (named AllDates) the values I need are in the C column. For the
dynamic graph I plotted the data this way =BUILD.xlsx'!ChtBuildPlan with
chart build plan the column next to the dates.

A B C
Day Date Build
Mon 1/4/2010 0
Tue 1/5/2010 1
Wed 1/6/2010 3
Thu 1/7/2010 6
Fri 1/8/2010 7

So if I put in 1/5 in the StartDate and 1/7 in the finish date the cell G5
would equal 10.

I was looking at something like this - I thought


=SUMPRODUCT(--('BUILD.xlsx'!AllDates=StartDate),--('BUILD.xlsx'!AllDates=EndDate),'BUILD.xlsx'!ChtB uildPlan)

Of course since I am posting this it does not work. Any help would be
appreciated.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:38 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.