Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default Fulfilling a sum requirement

Hi everyone i just needed some help on a summing function. On one side i
have two horizontal rows. The first being dated seperated on a week by week
format for about 148 weeks. Under this row is another with a small numerical
value. In another place is a set of 12 larger numbers. I would like to make
a timeline trying to evaluate when each of the larger 12 numbers were met
when summing the smaller 148 numbers in order (not starting over when first
large number is met). Thanks

heres an example

(Smaller 148)
2/3/2006 2/10/2006 2/17/2006 2/24/2006 3/3/2006 3/10/2006 3/17/2006....
0.86 0.86 0.86 0.86 1.00 1.00 1.00

(Larger 12)
Widget 1: 2.58
Widget 2: 3.86...

(WHAT I NEED "date when met")
Widget 1: 2/17/2006
Widget 2: 3/17/2006
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Fulfilling a sum requirement

Dave,

Put a third row of formulas, like this

=SUM($A2:A2)

into cell A3, for example, then copy to the right to match your row of small numbers.

Then use

=IF(ISERROR(MATCH(B10,$3:$3,FALSE)),INDEX($1:$1,MA TCH(B10,$3:$3)+1),INDEX($1:$1,MATCH(B10,$3:$3,FALS E)))

where B10 is the first of the cells with the larger numbers.

HTH,
Bernie
MS Excel MVP


"Dave" wrote in message
...
Hi everyone i just needed some help on a summing function. On one side i
have two horizontal rows. The first being dated seperated on a week by week
format for about 148 weeks. Under this row is another with a small numerical
value. In another place is a set of 12 larger numbers. I would like to make
a timeline trying to evaluate when each of the larger 12 numbers were met
when summing the smaller 148 numbers in order (not starting over when first
large number is met). Thanks

heres an example

(Smaller 148)
2/3/2006 2/10/2006 2/17/2006 2/24/2006 3/3/2006 3/10/2006 3/17/2006....
0.86 0.86 0.86 0.86 1.00 1.00 1.00

(Larger 12)
Widget 1: 2.58
Widget 2: 3.86...

(WHAT I NEED "date when met")
Widget 1: 2/17/2006
Widget 2: 3/17/2006



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to count for matching requirement? Eric Excel Discussion (Misc queries) 1 January 22nd 07 05:08 AM
Non standard protection requirement Marsh New Users to Excel 2 January 20th 07 03:25 PM
How can I setup an If, Then, else requirement in excel? Formuls - If, Then, Else Excel Worksheet Functions 1 January 3rd 07 06:42 PM
formula requirement pcor New Users to Excel 6 January 7th 06 11:47 PM
Requirement in Bar chart rajeshkumar Charts and Charting in Excel 0 November 9th 05 06:29 PM


All times are GMT +1. The time now is 04:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"