+ Reply to Thread
Results 1 to 5 of 5

COUNT Formula??

  1. #1
    Registered User
    Join Date
    01-31-2006
    Posts
    19

    COUNT Formula??

    I have 2 columns. Col. A is number values. Col. B is text Name data. What is the formula to count the number in Col. A IF the Col. B is equal to a specific text name data. life "Stefanie"

    A B
    1 Danny
    1 Stefanie
    1 Danny
    1 Danny
    1 Danny

  2. #2
    Peo Sjoblom
    Guest

    Re: COUNT Formula??

    If you want to count you can use countif

    =COUNTIF(B1:B5,"Stefanie")

    if you want to sum the numbers that have Stefanie in another column

    =SUMIF(B1:B5,"Stefanie",A1:A5)



    --

    Regards,

    Peo Sjoblom

    Northwest Excel Solutions

    www.nwexcelsolutions.com

    (remove ^^ from email address)

    Portland, Oregon




    "dannyboy213" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > I have 2 columns. Col. A is number values. Col. B is text Name data.
    > What is the formula to count the number in Col. A IF the Col. B is
    > equal to a specific text name data. life "Stefanie"
    >
    > A B
    > 1 Danny
    > 1 Stefanie
    > 1 Danny
    > 1 Danny
    > 1 Danny
    >
    >
    > --
    > dannyboy213
    > ------------------------------------------------------------------------
    > dannyboy213's Profile:
    > http://www.excelforum.com/member.php...o&userid=31032
    > View this thread: http://www.excelforum.com/showthread...hreadid=523251
    >



  3. #3
    Dave Peterson
    Guest

    Re: COUNT Formula??

    =countif(b2:b99,"stefanie")
    (to just count the Stefanie's)
    or
    =sumif(b2:b99,"stefanie",a1:a99)
    to actually sum the values in column A.

    Debra Dalgleish has lots of notes for counting and summing at:
    http://contextures.com/xlFunctions04.html
    http://contextures.com/xlFunctions01.html

    dannyboy213 wrote:
    >
    > I have 2 columns. Col. A is number values. Col. B is text Name data.
    > What is the formula to count the number in Col. A IF the Col. B is
    > equal to a specific text name data. life "Stefanie"
    >
    > A B
    > 1 Danny
    > 1 Stefanie
    > 1 Danny
    > 1 Danny
    > 1 Danny
    >
    > --
    > dannyboy213
    > ------------------------------------------------------------------------
    > dannyboy213's Profile: http://www.excelforum.com/member.php...o&userid=31032
    > View this thread: http://www.excelforum.com/showthread...hreadid=523251


    --

    Dave Peterson

  4. #4
    Registered User
    Join Date
    01-31-2006
    Posts
    19
    Keep in mind that we we are counting the number values. The numbers can vary.

  5. #5
    Peo Sjoblom
    Guest

    Re: COUNT Formula??

    What does that mean? Do you mean that there are blanks in the number column
    and they should not be counted?
    If so use

    =SUMPRODUCT(--(A1:A10<>""),--(B1:B10="Stefanie"))

    Or do you mean unique numbers in the first column with a name criteria, also
    wouldn't it be reasonable that when you exemplify your problem that you
    actually use something that is closer to the data you are working with than
    to use
    2 names and one number? Regardless

    =SUM(--(FREQUENCY(IF(B1:B10="Stefanie",MATCH(A1:A10,A1:A10,0)),ROW(INDIRECT("1:"&ROWS(A1:A10))))>0))

    array entered will count the unique numbers in the A where B is "Stefanie"

    --

    Regards,

    Peo Sjoblom

    Northwest Excel Solutions

    www.nwexcelsolutions.com

    (remove ^^ from email address)

    Portland, Oregon




    "dannyboy213" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Keep in mind that we we are counting the number values. The numbers can
    > vary.
    >
    >
    > --
    > dannyboy213
    > ------------------------------------------------------------------------
    > dannyboy213's Profile:
    > http://www.excelforum.com/member.php...o&userid=31032
    > View this thread: http://www.excelforum.com/showthread...hreadid=523251
    >



+ 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