+ Reply to Thread
Results 1 to 2 of 2

Wild card in two condition text formula

  1. #1
    jmrd
    Guest

    Wild card in two condition text formula

    I am using the following formula to count text that have two conditions
    1) Column A is not blank
    2) Column D contains a particular word

    =sumproduct(--(A1:A400<>""),--(D1:D400="*A.A.A.*")). I am getting a value
    error. Column D may or may not contain text that has A.A.A. in it somewhere.
    Any thoughts?

  2. #2
    Dave Peterson
    Guest

    Re: Wild card in two condition text formula

    =sumproduct(--(A1:A400<>""),--isnumber(search("A.A.A",D1:D400)))

    =search() doesn't care about upper/lower case
    =find() is case sensitive

    jmrd wrote:
    >
    > I am using the following formula to count text that have two conditions
    > 1) Column A is not blank
    > 2) Column D contains a particular word
    >
    > =sumproduct(--(A1:A400<>""),--(D1:D400="*A.A.A.*")). I am getting a value
    > error. Column D may or may not contain text that has A.A.A. in it somewhere.
    > Any thoughts?


    --

    Dave Peterson

+ 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