+ Reply to Thread
Results 1 to 4 of 4

Checking multiple occurences and returning a different column value

  1. #1
    Registered User
    Join Date
    08-11-2010
    Location
    lon
    MS-Off Ver
    Excel 2003
    Posts
    4

    Checking multiple occurences and returning a different column value

    Can you help please ?

    Column 1 Column 2

    1 0.5
    2 1
    3 0.5
    4 1
    3 1
    2 1
    1 1
    1 1

    I want formula to tell me total of column 2, dependent on the incidences of a particular number in column 1. So, for example, if looking at 1 in column 1, then formula should give me result of 2.5.

    Make sense?

    Thanks very much
    Last edited by johnnyjester; 08-11-2010 at 11:32 AM. Reason: wrong title

  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: Formula help

    Welcome to thge forum.

    Please take a few minutes to read the forum rules, and then amend your thread title accordingly.

    Thanks.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor meyero90's Avatar
    Join Date
    03-24-2010
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    202

    Re: Formila for checking multiple occurances and returning a different column value

    Hello and Welcome to the Forum

    try this
    =SUMIF($A$2:$A$9,$A2,$B$2:$B$9)
    Copy and Paste the formula in a Column next to your data, assuming the data is in Column A (for 1,2,3) and Column B (for 0.5,1,0.5,)

    Hope this helps
    Last edited by meyero90; 08-11-2010 at 11:39 AM.
    If I helped, Don't forget to add to my reputation (click on the little scale)
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)

  4. #4
    Registered User
    Join Date
    08-11-2010
    Location
    lon
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Formila for checking multiple occurances and returning a different column value

    Thanks - solved!!

+ 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