+ Reply to Thread
Results 1 to 3 of 3

Thread: Summing numbers in a column with different lengths

  1. #1
    Registered User
    Join Date
    08-21-2011
    Location
    salt lake city, utah
    MS-Off Ver
    Excel 2007
    Posts
    1

    Cool Summing numbers in a column with different lengths

    I have a long spreadsheet with a series of numbers I need to sum. I know the start cell number i.e. (r, "D") and the end cell number (s,"D"). I need to sum from r to s and then go on to the next r to s and continuing to sum to the end of the spreadsheet. I am using a macro to find r and s, Thanks for the help

  2. #2
    Forum Guru Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,023

    Re: Summing numbers in a column with different lengths

    The sample macro would help and a sample workbook. Do you need to use VBA?, you could have a worksheet formula.
    Not all forums are the same - seek and you shall find

  3. #3
    Forum Guru Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,023

    Re: Summing numbers in a column with different lengths

    You could use this: =SUM(OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),1)) and change the column letters for the column(s) that you want to sum....etc
    Not all forums are the same - seek and you shall find

+ 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.2.0