+ Reply to Thread
Results 1 to 2 of 2

Autofilling with both column and row counting up

  1. #1
    Registered User
    Join Date
    11-30-2006
    Posts
    1

    Question Autofilling with both column and row counting up

    I hope my title made sense or else maybe this can illustrate what i want to do:

    SUM(A101:A199) should in the cell below be SUM(B102:B200) and below that SUM(C103:C201)

    How can I do that without needing to type it by hand cause i need to go from column A to IF

  2. #2
    Forum Contributor
    Join Date
    10-27-2006
    Location
    United Kingdom
    MS-Off Ver
    EXCEL 2003 (2007 at home)
    Posts
    517
    Something like this should do the trick:

    =SUM(OFFSET($A$101,ROW()-101,ROW()-101,98))

    This assumes that your first entry is on Row 101,
    alter 101 to whatever row your first entry is on (so the first offset is zero).

    It also assumes that you are wanting to sum 98 values.

    Mark.

+ 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