+ Reply to Thread
Results 1 to 3 of 3

Adding values in Column from matching data in another column

  1. #1
    Registered User
    Join Date
    07-20-2009
    Location
    Aus
    MS-Off Ver
    Excel 2003
    Posts
    7

    Adding values in Column from matching data in another column

    Hello,

    Im new to this forum so excuse me if my problem is basic or simple but i really am struggling with it.

    I want to add the values of one column which correspopnd to the values of another column...

    As below i need to read column A then add the corresponding data in B and place the result in column C (
    Please Login or Register  to view this content.
    I really would appreciate any help on how to do this?

    Thanks in advance
    George
    Last edited by shg; 07-20-2009 at 08:19 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Adding values in Column from matching data in another column

    In C1 and copy down,

    =IF(A1=A2, "", SUM(INDEX(B:B, MATCH(A1, A:A, 0)):B1))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    07-20-2009
    Location
    Aus
    MS-Off Ver
    Excel 2003
    Posts
    7

    Thumbs up Re: Adding values in Column from matching data in another column

    Thank-you... Works Pefectly

+ 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