+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Sum Indirect Cells

  1. #1
    Registered User
    Join Date
    04-09-2012
    Location
    Edinburgh,Scotland
    MS-Off Ver
    Excel 2007, Excel 2012
    Posts
    4

    Question Sum Indirect Cells

    Good Day,

    This is more of a neatness question really,

    I am trying to Sum two Indirect Cells (i'm using Indirect as I always have to add new lines on that sheet with up to date figures, absolute cell references wouldnt work in this instance)

    I can do it messy, for example:

    Cell A1 =INDIRECT("'2012'!D5")
    Cell A2 =INDIRECT("'2012'!D3")
    Cell A3 =SUM(A1,A2)

    2012 is the sheet name as the sum is on a different sheet compared to where the data is.

    However, When I try to add these two Indirect cells together I just cant get it to work.

    I have tried:
    =(INDIRECT("2012!D3")+("2012!D5"))
    =SUM(INDIRECT(2012"!D3,D5"))
    etc...

    but I am a bit lost.

    Does anyone have any suggestions?
    Last edited by KeepCallmAndExcel; 04-09-2012 at 08:41 AM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Sum Indirect Cells

    Hi,

    =INDIRECT("'2012'!D5")+INDIRECT("'2012'!D3")

    Seems to work for me. As does

    =INDIRECT("'2012'!D"&5)+INDIRECT("'2012'!D"&3)

    or

    =SUM(INDIRECT("'2012'!D5:D3"))
    Last edited by Richard Buttrey; 04-09-2012 at 11:28 AM.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    04-09-2012
    Location
    Edinburgh,Scotland
    MS-Off Ver
    Excel 2007, Excel 2012
    Posts
    4

    Thumbs up Re: Sum Indirect Cells

    That worked!!!

    I just had too many "=" & "()()"

    Thanks very much!
    Last edited by KeepCallmAndExcel; 04-09-2012 at 09:34 AM. Reason: adding extra content

+ 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