+ Reply to Thread
Results 1 to 3 of 3

Help with Function

  1. #1
    Registered User
    Join Date
    09-19-2006
    Posts
    2

    Angry Help with Function

    I am trying to simplify my counting.

    I have 3 columns that I need to count.

    Column one is filled with A, B, and C's

    Column two is fille with X, Y, and Z's

    and Column 3 is filled with S1, S2, and S3's.

    I need to figure out how to create a forumala to count all personnel that is A, X, and S1 Only.

    Help please. I've been trying for over 2 hours before I decided to look it up on the net. I thought I had it figured out several times, but apparently I was wrong!

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Hi Try

    =SUMPRODUCT(--(A1:A20="A")*(B1:B20="X")*(C1:C20="S1"))

    VBA Noob

  3. #3
    Registered User
    Join Date
    09-19-2006
    Posts
    2
    Thank you very much, now I can track Soldiers and send up the #'s easier. thank you

+ 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