+ Reply to Thread
Results 1 to 5 of 5

increment of two data by steps

  1. #1
    Registered User
    Join Date
    09-26-2007
    Posts
    39

    increment of two data by steps

    hi,

    give these two data with prices
    sqm price
    1 20.55
    10 57.43

    then i expand the sqm row by .25 increment between the two numbers (1 and 10)
    1.25
    1.50
    1.75
    and so on to
    9.75

    what is the formula to get the prices for each increment?

    Thanks

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,174

    Re: increment of two data by steps

    There are instructions at the top of the page explaining how to attach your sample workbook.

    And please update your profile with your Location and Excel version as replies can (do) depend on knowing this data.
    Last edited by JohnTopley; 09-12-2021 at 08:50 AM.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,174

    Re: increment of two data by steps

    Increment with data in A1:B2

    in C1

    =($B$2-$B$1)/(($A$2-$A$1)*4)

    with increments in column D (1.00. 1.25. 1.50.....10.00)

    in E1

    =$B$1+$C$1*(ROWS($1:1)-1)
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    09-26-2007
    Posts
    39

    Re: increment of two data by steps

    Thanks John for taking the time to help me. I do appreciate it.

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,174

    Re: increment of two data by steps

    You're welcome.

    And please update your profile with your Location and Excel version as replies can (do) depend on knowing this data.

+ 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] Data transformation process (4 steps)
    By skydivetom in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-03-2021, 06:01 PM
  2. [SOLVED] VBA fails to increment row after 63 steps.
    By Olddave59 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-20-2018, 04:37 PM
  3. Graph not showing data with equal steps
    By willem1102 in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 06-13-2017, 11:43 AM
  4. average of data by date to probability formula steps help
    By jamie2v in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-20-2014, 05:17 PM
  5. 5 steps macro to copy data to new worksheet
    By Folshot in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-14-2011, 04:19 PM
  6. I want to export this data with 1 km/h steps
    By muratergul in forum Excel General
    Replies: 1
    Last Post: 06-30-2007, 09:28 PM
  7. copying data in steps
    By nmatia in forum Excel General
    Replies: 3
    Last Post: 04-21-2007, 10:31 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