+ Reply to Thread
Results 1 to 3 of 3

Wild cards?

  1. #1
    Registered User
    Join Date
    06-23-2006
    Location
    UK
    Posts
    23

    Wild cards?

    Hi

    I am using the following formula to count how many times "AEMS" appears in Col A during the month of Jan 12. This works fine if "AEMS" is the only Text in the Cell.

    =SUMPRODUCT(--('Page1'!$A$8:$A$1001="AEMS"),--('Page1'!$B$8:$B$1001>=--"2012-01-01"),--('Page1'!$B$8:$B$1001<=--"2012-01-31"))

    However Sometimes Col A may include more than "AEMS", E.G. "AEMS-12-02" I still want to count the times AEMS occurs ignoring everything else.

    Any help appreciated.

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Wild cards?

    Perhaps

    =SUMPRODUCT(--('Page1'!$A$8:$A$1001="*AEMS*"),--('Page1'!$B$8:$B$1001>=--"2012-01-01"),--('Page1'!$B$8:$B$1001<=--"2012-01-31")

  3. #3
    Registered User
    Join Date
    06-23-2006
    Location
    UK
    Posts
    23

    Re: Wild cards?

    Thanks, but I did try that and does not work.

+ 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