+ Reply to Thread
Results 1 to 5 of 5

Sum function but with variable cell reference

Hybrid View

ReneeL Sum function but with... 10-09-2013, 10:17 AM
FDibbins Re: Sum function but with... 10-09-2013, 10:29 AM
ReneeL Re: Sum function but with... 10-09-2013, 10:40 AM
benishiryo Re: Sum function but with... 10-09-2013, 10:33 AM
ReneeL Re: Sum function but with... 10-09-2013, 10:39 AM
  1. #1
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Sum function but with variable cell reference

    welcome to the forum, Renee. you could do it like this:
    =SUM(INDIRECT(ADDRESS(N33,10)&":"&ADDRESS(O33,10)))

    but INDIRECT is volatile & will slow down your workbook. so this might be better:
    =SUM(INDEX(J:J,N33):INDEX(J:J,O33))

    change my commas to semi-colons for it to work on your regional settings

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  2. #2
    Registered User
    Join Date
    10-09-2013
    Location
    Brussels
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Sum function but with variable cell reference

    Thank you benishiryo ! Great ! It works exactly the way I need ... and I tried so many ways but not INDIRECT or INDEX;

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. OFFSET function with variable reference cell
    By smile2leksa in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-06-2009, 08:32 AM
  2. [SOLVED] MIN Function w/ variable address reference
    By WLMPilot in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-06-2005, 07:05 AM
  3. [SOLVED] MIN Function w/ variable address reference
    By WLMPilot in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 09-06-2005, 06:05 AM
  4. [SOLVED] MIN Function w/ variable address reference
    By WLMPilot in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 09-06-2005, 04:05 AM
  5. MIN Function w/ variable address reference
    By WLMPilot in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-10-2005, 03:05 PM

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