+ Reply to Thread
Results 1 to 4 of 4

Auto Increment formula issue

  1. #1
    Registered User
    Join Date
    08-24-2010
    Location
    New Rochelle, USA
    MS-Off Ver
    Excel 2003
    Posts
    28

    Auto Increment formula issue

    I am trying to find a formula to auto increment a result when a (daily) new row is inserted into the workbook. Cell B2 is the starting point and I am comparing the value in the current row to B2. At the moment cell B5 accomplishes this objective. However when I insert an additional row, I have to manually adjust the formula. Can this be done automatically as there will be about 10 columns with this same issue. Thanks for any thoughts on the subject.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Auto Increment formula issue

    replace your sum() with
    Please Login or Register  to view this content.
    a7 being the row at which the formula is originally inserted

  3. #3
    Registered User
    Join Date
    08-24-2010
    Location
    New Rochelle, USA
    MS-Off Ver
    Excel 2003
    Posts
    28

    Re: Auto Increment formula issue

    rcm, Thank you for the fix, much appreciated. Works perfectly. the inserted row is actually A6, so your formula would read:
    =SUM(INDIRECT("B"&ROW(A6)-1)-B$3).

  4. #4
    Forum Expert
    Join Date
    11-28-2012
    Location
    Guatemala
    MS-Off Ver
    Excel 2010
    Posts
    2,394

    Re: Auto Increment formula issue

    you are welcome, please mark it as SOLVED

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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