+ Reply to Thread
Results 1 to 2 of 2

wildcard help

  1. #1
    Registered User
    Join Date
    10-03-2006
    Posts
    8

    wildcard help

    Hi

    Im using a

    =SUMPRODUCT((Sheet1!B3:B1001=1)*(Sheet1!C3:C1001=" RM")*(Sheet1!E3:E1001))

    to locate the month first indicated by #1 the Code RM to add up the totals
    I would like to search one more field however I need it to search with a wildcard

    for ex. ABC*****

    I've tried using the * but its not working, I think its because I'm using it in the formula

    can anyone advise me on how I would do this?

    Thanks

  2. #2
    Forum Contributor
    Join Date
    05-05-2006
    Posts
    143
    =IF(ISERROR(SEARCH("ABC",Ax)),0,1)

    May be handy,

+ 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