I wish to create a range of figures that total a predetermined amount, but that increase incrementally and evenly. e.g.
10
20
30
40
50
=150
How do i do this?
I wish to create a range of figures that total a predetermined amount, but that increase incrementally and evenly. e.g.
10
20
30
40
50
=150
How do i do this?
Hi,
Put your first number in. Go to the Home tab→Fill→Series and choose:
Series in: Columns
Type: Linear
Step Value: 10
Stop Value: 150
Regards
For a given sum and number of terms, you can ...
o pick the initial value, in which case the increment between terms is
=2*(sum - n * initialValue) / (n*(n-1))
o pick the increment, in which case the initial value is
=sum/n - (n-1)*increment/2
Entia non sunt multiplicanda sine necessitate
Sorry guys, I cant get either to work, although i think the second suggestion should. Please see attached example. The value i am referencing is the 800,000 in cell A1 - the first value in the range A2:J2 is manually entered as 30,000. I want the rest of the range to be incrementally filled to total 800,000.
Example1.xlsx
![]()
Please Login or Register to view this content.
As per shg's formula
In B2
=A2+2*($A$1 - 10*$A$2) / (10*(10-1))
Life's a spreadsheet, Excel!
Say thanks, Click *
Wow! thanks, that's great!
Maybe another way, see this workbook
If you need any more information, please feel free to ask.
However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....
Also
اس کی مدد کرتا ہے اگر
شکریہ کہنے کے لئے سٹار کلک کریں
If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks