+ Reply to Thread
Results 1 to 3 of 3

Wildcards in Array formula

  1. #1
    Registered User
    Join Date
    11-14-2008
    Location
    Brooklyn, NY, USA
    Posts
    53

    Smile Wildcards in Array formula

    Hi All,
    I'm working with several columns of data that represent the types of employees we have at my organization. I'm trying to count the number of each type by status, as well as determine the salary payments to each type.

    My problem is that we have titles like "PAA I" "PAA II" and "PAA III" and I've not been able to quite figure out the right formula to deal with this problem.

    The array formula I have been using is:
    Please Login or Register  to view this content.
    But that isn't returning the correct count. I tried using search, but that resulted in a "#value" error. The search formula I used is:
    Please Login or Register  to view this content.
    Any ideas? Thanks in advance for any help!

    Cheers,
    Tim
    Last edited by judasdac; 07-08-2009 at 12:00 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Wildcards in Array formula

    Tim try the below:

    =SUMPRODUCT(--($P$24:$P$207="Prov"),--ISNUMBER(SEARCH("PAA",$O$24:$O$207)))

    (for more info on Sumproduct see the link in my sig.)

  3. #3
    Registered User
    Join Date
    11-14-2008
    Location
    Brooklyn, NY, USA
    Posts
    53

    Re: Wildcards in Array formula

    That works great and, even better, I think I get the logic of it! Thanks for the formula and the referral to the link. I'm reading it right now :-)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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