+ Reply to Thread
Results 1 to 6 of 6

Link between cells (chose other by choosing one)???

  1. #1
    Registered User
    Join Date
    02-08-2010
    Location
    Bergen. Norway
    MS-Off Ver
    Excel 2003
    Posts
    9

    Link between cells (chose other by choosing one)???

    Dear all,
    I'm new on this forum and would like to regards you all.
    I'm having a problem finding correct formula for the task I have.
    Let me try to explain what I want.
    In one column I have names of something, in the next I have values for that name.
    What formula can I use to get values when I chose names?
    Let say that I have like this:
    Anna 50
    Mary 62
    Tim 81

    Anna+Mary+Tim=193
    (basically I need some connection between first and second column, so that when I chose name actually I'm choosing values)
    Possible?

    Sorry for my lousy English and lousy excel...
    Last edited by Vedran1; 02-08-2010 at 04:35 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,040

    Re: Link between cells (chose other by choosing one)???

    You can try with VLOOKUP function:

    VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

    Then you get something like this:

    =VLOOKUP(C1;$A$1:$B$13;2;FALSE)+VLOOKUP(D1;$A$1:$B$13;2;FALSE)+etc...

    Where A1 to B13 are defined your values as in your example
    and C1, D1... you write name you want to sum
    Never use Merged Cells in Excel

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,040

    Re: Link between cells (chose other by choosing one)???

    Or better look here few solutions... Maybe last one (green) would be most interesting for you:
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    02-08-2010
    Location
    Bergen. Norway
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Link between cells (chose other by choosing one)???

    Quote Originally Posted by zbor View Post
    Or better look here few solutions... Maybe last one (green) would be most interesting for you:
    You're THE MAN!!!
    excelent, thank you very much.
    SUMPRODUCT works great.
    Please see my next problem (subject) and try to help me once again.

  5. #5
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Link between cells (chose other by choosing one)???

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

  6. #6
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,040

    Re: Link between cells (chose other by choosing one)???

    Don't forget to make thread [solved]

    Go to first post -> Edit -> Go advanced -> choose solved from drop down menu

+ 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