+ Reply to Thread
Results 1 to 4 of 4

Sum Ranges in List

Hybrid View

  1. #1
    Registered User
    Join Date
    01-29-2007
    Posts
    16

    Question Sum Ranges in List

    Hi All,

    I have 4 drop-down lists containing names. I need a formula to add the sums of the selected drop-downs. Each choice in the drop-down is its own named range.

    For example, if Drop-Down 1 = John, Drop-Down 2 = Tim and Drop-Down 3 = Henry, is there a formula where I can tell Excel to return the value of the sum of the named ranges John + Tim + Henry??

    Thanks in advance!!

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Sum Ranges in List

    =Sum(John,Tim,Henry)

    or

    =SUM(INDIRECT(A1),INDIRECT(B1),INDIRECT(C1)) where A1:C1 contain drop down values
    Last edited by NBVC; 02-22-2010 at 04:18 PM.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-29-2007
    Posts
    16

    Re: Sum Ranges in List

    Thanks! That's a good start - I should have been more specific.

    What I'm trying to do is return 1 of 2 possible values in a table for each named range, based on an additional drop-down.

    For example, if drop-down 1 = John, and drop-down 2 = Tim, AND drop-down 5 = Utilization.... Show me the combined utilization for John + Tim for 2002. The next cell would show the same data for 2003, etc.

    Any thoughts?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Sum Ranges in List

    That definitely does not look like the original question...

    Please provide sample workbook showing setup and expected results.

+ 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