+ Reply to Thread
Results 1 to 4 of 4

How to drag down sum indirect function

  1. #1
    Registered User
    Join Date
    12-13-2011
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    13

    How to drag down sum indirect function

    Hi Excel lovers,

    I would like to sum columns A to E using Sum Indirect so if I insert more columns they will be ignored from the Sum.
    In my first row (row2), I enter =SUM(INDIRECT("A2:E2")

    Now I want to drag this down so row 3 will read =SUM(INDIRECT("A3:E3"). etc etc
    But at the moment the formula doesn't change it still brings me the sum of row2.

    What am I missing??

    Many thanks
    Mayya

  2. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: How to drag down sum indirect function

    Why do you need to use INDIRECT()?
    Would this not do the job?
    Please Login or Register  to view this content.
    [Edit]
    Are you adding columns between A:E?
    Then
    Please Login or Register  to view this content.
    or better still the non-volatile alternative
    Please Login or Register  to view this content.
    Finally if you are adding columns before and/or between A:E
    Please Login or Register  to view this content.
    Last edited by Marcol; 03-11-2012 at 09:46 AM.
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  3. #3
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: How to drag down sum indirect function

    Seems an odd request regarding the "I would like to sum columns A to E using Sum Indirect so if I insert more columns they will be ignored from the Sum".

    But this would do that:
    =SUM($A2,$B2,$C2,$D2,$E2)

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: How to drag down sum indirect function

    Try this draggable version

    =SUM(INDIRECT("A"&ROW()&":E"&ROW()))
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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