+ Reply to Thread
Results 1 to 5 of 5

How to increment a formula by 1

  1. #1
    Registered User
    Join Date
    05-16-2017
    Location
    New Zealand
    MS-Off Ver
    2013
    Posts
    4

    How to increment a formula by 1

    Hi Guys,

    I would really really appreciate your help regarding a problem i am facing.
    So this is my current formula

    =B2/(1+$I$11)^1

    I want to increment the "^1" by 1 for every single cell going down a column.

    So for example i would like the formula to change to the following going down the column :

    =B3/(1+$I$11)^2
    =B4/(1+$I$11)^3
    =B5/(1+$I$11)^4
    =B6/(1+$I$11)^5

    However excel does not change the last number when i drag down, it keeps the following

    =B3/(1+$I$11)^1
    =B4/(1+$I$11)^1
    =B5/(1+$I$11)^1
    =B6/(1+$I$11)^1

    Any idea how i can make it also increment the last digit ??
    Your help would be truly appreciated.

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: How to increment a formula by 1

    Try:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    05-16-2017
    Location
    New Zealand
    MS-Off Ver
    2013
    Posts
    4

    Re: How to increment a formula by 1

    Wow that works.
    thank you sooooo much :D
    no idea how you did that though

  4. #4
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: How to increment a formula by 1

    It just references the cell row number, which obviously increments by one each row you go down...

  5. #5
    Registered User
    Join Date
    05-16-2017
    Location
    New Zealand
    MS-Off Ver
    2013
    Posts
    4

    Re: How to increment a formula by 1

    Is there any chance you could please help me out with the problem below too ?

    I have to create a column of numbers, where every sixth number needs to take the number above it and get multiplied by a cell that is fixed. After that this number needs to continue to be the same for 5 cells and then follow the exact same procedure as before.

    So current formula looks something like this but now it wont automatically do that for the every sixth cell.

    1
    1
    1
    1
    1
    =$B$6*$F$2
    =$B$6*$F$2
    =$B$6*$F$2
    =$B$6*$F$2
    =$B$6*$F$2
    =$B$11*$F$2
    =$B$11*$F$2
    =$B$11*$F$2
    =$B$11*$F$2
    =$B$11*$F$2

    1
    1
    1
    1
    1
    5
    5
    5
    5
    5
    25
    25
    25
    25
    25

    In essence the theory is that the rent of a house increases every 5 years by 5% or 10% or whatever.
    I need to do this for a **** load of years but cannot figure out if there is any way i can do this automatically and not manually.
    Your help would be really appreciated.

+ 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] increment row in a formula
    By rajeshmarndi in forum Excel General
    Replies: 5
    Last Post: 12-05-2015, 12:25 PM
  2. Replies: 3
    Last Post: 09-24-2015, 11:59 PM
  3. [SOLVED] Substitute Formula or Increment Help Please
    By plasma33 in forum Excel General
    Replies: 3
    Last Post: 03-13-2014, 12:15 AM
  4. [SOLVED] Copy Cell Reference formula to 3 rows down but increment formula by only 1 row
    By jwnickman in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-23-2013, 01:57 PM
  5. Increment within a formula
    By goofymom in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 09-17-2008, 08:12 PM
  6. Increment/Increment letter in alphabetical order
    By Neil Goldwasser in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-25-2006, 05:10 AM
  7. How do I increment a formula?
    By JICDB in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2005, 02:05 PM

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