+ Reply to Thread
Results 1 to 3 of 3

summing different info from one column

  1. #1
    Registered User
    Join Date
    03-17-2006
    MS-Off Ver
    2007
    Posts
    93

    summing different info from one column

    Need help:

    Column A has (employee) numbers in it and can be repeated (tasks for the day)

    2142
    2142
    1000
    1000
    2142
    5222
    5222
    2142


    Without defining the numbers it is looking for, I want the result to be 3, for the amount of people working today.


    Possible?
    Better to be roughly right than exactly wrong, unless you are using Excel.

  2. #2
    Forum Contributor kraljb's Avatar
    Join Date
    05-26-2004
    Location
    Illinois
    MS-Off Ver
    2007 (recent change)
    Posts
    256
    Try this... Replace A1:A10 with the range of employee numbers...

    =SUM(IF(FREQUENCY(A1:A10,A1:A10)>0,1))

    Hope that helps...
    John

  3. #3
    Registered User
    Join Date
    03-17-2006
    MS-Off Ver
    2007
    Posts
    93
    Quote Originally Posted by kraljb
    Try this... Replace A1:A10 with the range of employee numbers...

    =SUM(IF(FREQUENCY(A1:A10,A1:A10)>0,1))

    Hope that helps...
    John

    You rock!


    Worked perfectly.

+ 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