+ Reply to Thread
Results 1 to 4 of 4

TREND function to fill in the gaps between two points

Hybrid View

RoundaboutCJP TREND function to fill in the... 12-13-2017, 04:30 PM
shg Re: TREND function to fill in... 12-13-2017, 04:45 PM
RoundaboutCJP Re: TREND function to fill in... 12-13-2017, 05:18 PM
joeu2004 Re: TREND function to fill in... 12-13-2017, 08:41 PM
  1. #1
    Registered User
    Join Date
    12-04-2016
    Location
    UK
    MS-Off Ver
    2016
    Posts
    79

    TREND function to fill in the gaps between two points

    Hi,
    Perhaps TREND is not the correct function for this?

    In A1 I have a starting point number = 10
    In A8 I have a goal number - the one I want to get to = 50

    What I want is a formula that will autocomplete cells A2 - A7 with the numbers that make a trend between A1 and A8

    I tried using the 'cell fill series' functionality BUT the number in cell A1 may change dynamically via a function and I want cells A2-A7 to auto update when that happens.

    Thanks so much excellers

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: TREND function to fill in the gaps between two points

    a
    b
    1
    10
    2
    15.71429
    a2: =a$1 + (rows(a$1:a2) - 1) * (a$8 - a$1) / (rows(a$1:a$8) - 1)
    3
    21.42857
    4
    27.14286
    5
    32.85714
    6
    38.57143
    7
    44.28571
    8
    50
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    12-04-2016
    Location
    UK
    MS-Off Ver
    2016
    Posts
    79

    Re: TREND function to fill in the gaps between two points

    Seems obvious now. I was looking for a formula when a simple work around will do the job!
    Cheers

  4. #4
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: TREND function to fill in the gaps between two points

    Quote Originally Posted by RoundaboutCJP View Post
    I was looking for a formula when a simple work around will do the job!
    What shg provided is a formula, not a work-around. For a simpler formula, close to what you might have had in mind:

    a
    b
    1
    10
    2
    15.71429
    a2: =FORECAST(ROW(A2), CHOOSE({1,2},$A$1,$A$8), {1,8})
    3
    21.42857
    4
    27.14286
    5
    32.85714
    6
    38.57143
    7
    44.28571
    8
    50


    Copy A2 into A3:A7.
    Last edited by joeu2004; 12-13-2017 at 08:42 PM. Reason: "Copy..."

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Backfilling Gaps To Associate Unique Data Points To All Associated Records
    By Mvaldesi in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-23-2017, 04:15 PM
  2. [SOLVED] Need Help Connecting Line Data Points with Gaps in Excel 2003
    By bryanr72 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 11-26-2014, 08:55 AM
  3. Trying to fill in the gaps
    By MrFletcher in forum Excel General
    Replies: 15
    Last Post: 11-26-2010, 08:19 AM
  4. TREND between two points
    By Pat Parker in forum Excel General
    Replies: 5
    Last Post: 01-07-2009, 11:36 AM
  5. Trend data points
    By 173 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-23-2008, 01:03 PM
  6. Discontinuous lines in series due to gaps in data points
    By Boon8888 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-27-2006, 01:52 PM
  7. Replies: 1
    Last Post: 09-17-2005, 10:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1