+ Reply to Thread
Results 1 to 4 of 4

Function / Formula Help

  1. #1
    Registered User
    Join Date
    04-17-2008
    Posts
    2

    Question Function / Formula Help

    I need to create a formula / function (not sure what really) to recognize a name and every time that name comes up to add the dollar amount associated. For example:

    Joe Smith ABC Account $100
    Bob B DEF Account $200
    Joe Smith GHI Account $300

    How do I make a formula to recognize the lines with Joe Smith and to add the $ amount and total it?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699
    Try SUMIF

    If names are in column A and dollar amounts in B

    =SUMIF(A:A,C1,B:B)

    where C1 contains a name like "Joe Smith"

  3. #3
    Registered User
    Join Date
    04-17-2008
    Posts
    2

    Thank you but...

    How do I get the sum to recognize each instance of the particular name of Joe Smith?

  4. #4
    Registered User
    Join Date
    04-18-2008
    Posts
    3
    =SUMIF(A2:A100, "=Joe Smith", B2:B100)

    In the example, Excel will cycle through Column A, and if Joe Smith is in a cell, it will sum the number found in the corresponding Column B. Hope that helps make it a little clearer.

    Though, I guess I'm just repeating the previous post
    Last edited by J-Dude; 04-18-2008 at 03:40 PM.

+ 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