+ Reply to Thread
Results 1 to 2 of 2

Adding row without messing things up.

  1. #1
    Registered User
    Join Date
    08-10-2006
    Posts
    1

    Adding row without messing things up.

    Hi all,

    If I have 9 rows of data and then a row 10 containing formulas, is it possible to add another row of data after row9 and have the formula row move automatically to row 11 without having to copy and paste it.

    Thanks alot.

  2. #2
    Gord Dibben
    Guest

    Re: Adding row without messing things up.

    Assum you had numbers in A1:A9 and in A10 you had

    =SUM(A1:A9)

    If you insert a row above row 10 by selecting A10 and Insert>Cells>Shift Down,
    the SUM formula will move down to A11 and be

    =SUM(A1:A10)

    Is that what you need? Or is that not happening?

    If not, try this formula in A10

    =SUM(A1:INDEX(A:A,ROW()-1))


    Gord Dibben MS Excel MVP


    On Thu, 10 Aug 2006 18:38:22 -0400, Iotrez
    <[email protected]> wrote:

    >
    >Hi all,
    >
    >If I have 9 rows of data and then a row 10 containing formulas, is it
    >possible to add another row of data after row9 and have the formula row
    >move automatically to row 11 without having to copy and paste it.
    >
    >Thanks alot.



+ 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