+ Reply to Thread
Results 1 to 4 of 4

begins with formula

  1. #1
    Registered User
    Join Date
    12-05-2006
    Posts
    81

    begins with formula

    I know someone can answer this. Is there a formula for begins with?
    eg. (If A1 begins with glove b2 = a1)

    Thanks

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Not exactly but you could try this formula in B2

    =IF(COUNTIF(A1,"Glove*"),A1,"")

  3. #3
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    or =IF(LEFT(A1,5)="glove",A1,"")

  4. #4
    Registered User
    Join Date
    12-05-2006
    Posts
    81
    Thanks both of you that worked great.
    This site is the best

+ 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