Increase/Decrease Numbers Evenly

John Caines

Well-known Member
Joined
Aug 28, 2006
Messages
1,155
Office Version
  1. 2019
Platform
  1. Windows
Hello All.
I'm trying to find out how to increase & decrease numbers evenly for a spreadsheet.

I have a number in cell F16 that can be changed and for this example say it has a value of 900.
I have a number in cell F17 that is always more than cell F16, for this example lets say it is 1000.

What I'm trying to do is create 10 numbers evenly increasing away from 900 (F16) in value,
& 10 numbers evenly decreasing in value away from 900 (Cell F16) but here's the catch.

What makes this tricky is that the numbers that are increasing in value away from 900 (F16) can't be bigger than the value of F17 , IE in this example the number 1000

So the formulas must evenly distribute 10 numbers BETWEEN 900 & 1000.
This must have the same even distribution for the increasing numbers & decreasing numbers

I hope the above makes sense.

I'll attach a sheet also.
So, if you say 900 is a starting point & 1000 is the ending point, what formulas would you need in each cell to evenly increase to 1000?
Also,, going the other way, decreasing, away from 900 at the same rate as the increase?

I haven't a scoobies :-(
Really stuck n this 1.
Spreadsheet here:
https://dl.dropbox.com/u/16052166/Increase-Decrease example.xls
Screenshot here:
fv0db.jpg


I hope someone can help me out here.

Many thanks
JC
I'll attach a spreadsheet .xls
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi West Man,,
Many thanks for your reply!

I'm just off to bed actually, knackered,, but I saw your reply.

Sorry West Man,, I'm not 100% with you here..
In your formula you mention S9
???
So the formula you show, Is this for cell T9 only?
& if it was for T8 it would be;
Code:
=ROUND((F$17-F$16)/10*S8,0)+F$16
???

I'm not too hot in excel,, I'll play with this,, I haven't tried anything yet,, just typing to you.

I'll try quick now what I've just typed above,, must get off PC,,
Eyes are burning! :-)

If you could maybe list the formulas if for the 10 increasing & 10 decreasing?
If my understanding isn't right.

It's a tricky 1 I know.

Many thanks again for your reply West man.
much appreciated

Many Thanks
A very tired & grateful
JC :-)
 
Upvote 0
Is this what you mean?

F18 calculates the gap.

Formula in T18 is copied up, T20 copied down.

Excel Workbook
FGRST
91000
10990
11980
12970
13960
14950
15940
16900930
171000920
1810910
19900
20890
21880
22870
23860
24850
25840
26830
27820
28810
29800
Sequence
 
Upvote 0
Many Thanks PeterSSs,
I will reply to this thread,, but have to get some shuteye,, eyes are on fire now :-(
Many thanks again peter_SSs

I'll reply tomorrow

Many Thanks
JC
 
Upvote 0
Many thanks Peter_SSs
,

I've changed the sheet slightly, & want I think negative values below the 900 (IE Cell T19)
And also T19 (900 value in your image is now T21, & the 1st positive cell ascending in value is T18 & descending is T24)
As it stands now & is working I have:
Going Down In value I have:
Code:
=IF(COUNTA($F$7:$F$18)=6,(($F$17-$F$16)/10)-$F$16,"")
For Cell T24 Value -890 
&
=IF(COUNTA($F$7:$F$18)=6,(T24+($F$17-$F$16)/10),"")
For cell T25 value -880
Up in value:
Code:
=IF(COUNTA($F$7:$F$18)=6,(($F$17-$F$16)/10)+F16,"")
Cell T18 (Showing 910 value)
=IF(COUNTA($F$7:$F$18)=6,(($F$17-$F$16)/10)+T18,"")
Cell T17 (Showing 920 value)

They continue either way for the 10 cells.

Many thanks again Peter_SSs, it is getting there.

A grateful
JC :-)
 
Upvote 0

Forum statistics

Threads
1,226,014
Messages
6,188,423
Members
453,473
Latest member
bbugs73

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