Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default Is it possible to evenly increment between start point and end poi

Does Excel have a simple function that allows for a series of numbers to be
generated from start point to end point with a specified number of data
points and even increments? For example:

Start Point: $0.08
End Point: $0.17
Number of Points: 35

and then have it evenly increment from 8 cents to 17 cents with a total of
35 data points. I know how to do it in other programming software but can
find a simple defined formula for Excel.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default Is it possible to evenly increment between start point and end poi

A1=0.08
B1=0.17
C1=35

in D1 and copy down:


=$A$1+(($B$1-$A$1)/($C$1-1))*(ROW()-1)



"Eric" wrote:

Does Excel have a simple function that allows for a series of numbers to be
generated from start point to end point with a specified number of data
points and even increments? For example:

Start Point: $0.08
End Point: $0.17
Number of Points: 35

and then have it evenly increment from 8 cents to 17 cents with a total of
35 data points. I know how to do it in other programming software but can
find a simple defined formula for Excel.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Is it possible to evenly increment between start point and end poi

Put this in the first row:

=FORECAST( ROW(), {0.08,0.17}, {1,35} )

and copy downwards. Voilą.

- David Hilberg

On Jul 15, 1:16 pm, Eric wrote:
Does Excel have a simple function that allows for a series of numbers to be
generated from start point to end point with a specified number of data
points and even increments? For example:

Start Point: $0.08
End Point: $0.17
Number of Points: 35

and then have it evenly increment from 8 cents to 17 cents with a total of
35 data points. I know how to do it in other programming software but can
find a simple defined formula for Excel.



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
DIVIDE NUMBERS EVENLY NEYS Excel Worksheet Functions 5 August 17th 06 08:48 AM
Divide numbers and distribute evenly. rhon101 Excel Worksheet Functions 0 May 17th 06 02:46 AM
can I pick start point in a range? nastech Excel Discussion (Misc queries) 1 March 15th 06 09:32 AM
Formula to autofill with an evenly spaced increment of rows? FormulaChallenged Excel Discussion (Misc queries) 1 July 19th 05 07:17 PM
how do I chang the start point for my next row? IvanT Charts and Charting in Excel 2 January 20th 05 02:48 PM


All times are GMT +1. The time now is 06:42 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"