+ Reply to Thread
Results 1 to 3 of 3

Automatic Addition of Numbers Help

  1. #1
    Registered User
    Join Date
    06-19-2012
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    1

    Automatic Addition of Numbers Help

    Hi! I'm new to this forum.
    I have a question regarding the automatic add.
    I just started making a home budget spreadsheet and had trouble trying to the total money earned by week. I know that by dragging the lower left corner of a box, I can make the program automatically add the numbers. My questions is if the automatic number goes to the next 6 numbers rather than the immediate next. Probably sounds confusing so I will try to explain by examples.

    #1
    #2
    #3
    #4
    #5
    #6
    #7
    ....
    #12
    #13

    So I want to add the first 6 numbers =SUM(#1,#6)
    When I drag the box down, I want it to be =SUM(#7,#12) instead of =SUM(#2,#8).
    Is there any way to do this automatically or do I have to manually put it in?
    I would be so thankful!

  2. #2
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Automatic Addition of Numbers Help

    Hi,

    this example sums A1:A6, A7:A12, A13:A18 ...

    =SUM(INDIRECT("A"&ROW(A1)*6-5&":A"&ROW(A1)*6))

    Hope it helps
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,228

    Re: Automatic Addition of Numbers Help

    Hi and welcome to the forum,

    On the attached workbook, simply select all the yellow cells and double click on the bottom right corner of that selected area. It will fill in all your formulas.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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