+ Reply to Thread
Results 1 to 5 of 5

Using Left Find Formula

  1. #1
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Using Left Find Formula

    In cell B1 I want to search a cell for " (" within cell A1 and when it finds it return everything to the left of it. In cell C1 I want to search for "(" and ")" and return everything between these characters. What formula is required for this?

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Using Left Find Formula

    Try this

    =LEFT(A1,SEARCH("(",A1))
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Using Left Find Formula

    In B1-
    Please Login or Register  to view this content.
    In C1-
    Please Login or Register  to view this content.
    Happy to Help

    How to upload excel workbooks at this forum - http://www.excelforum.com/the-water-...his-forum.html

    "I don't get things easily, so please be precise and elaborate"

    If someone's post has helped you, thank by clicking on "Add Reputation" below the post.
    If your query is resolved please mark the thread as "Solved" from the "Thread Tools" above.

    Sourabh

  4. #4
    Valued Forum Contributor
    Join Date
    03-03-2009
    Location
    UK
    MS-Off Ver
    MS365 Subscription Excel for Mac
    Posts
    1,017

    Re: Using Left Find Formula

    Awesome. Feedback left, solved.

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Using Left Find Formula

    Quote Originally Posted by ScabbyDog View Post
    Awesome. Feedback left, solved.
    as a bonus another version for between ( )

    =TRIM(MID(SUBSTITUTE(SUBSTITUTE(A1,")","("),"(",REPT(" ",255)),255*1,255))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. formula in Macro (=LEFT(A1,FIND(".",A1)-1))
    By vinod2802 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-08-2017, 05:10 PM
  2. Replies: 5
    Last Post: 09-17-2015, 10:43 AM
  3. [SOLVED] Modified Left + Find Formula
    By BlakeSkate in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-27-2015, 05:33 PM
  4. LEFT, RIGHT and FIND
    By msixdatateam in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-23-2014, 11:59 AM
  5. Find cell with value from a column and insert formula in the cell to its left
    By konata in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-18-2014, 05:11 AM
  6. Array Formula with LEFT and FIND
    By Alexander40 in forum Excel General
    Replies: 2
    Last Post: 04-14-2011, 04:02 PM
  7. Advanced IF/Find//OR/Left/Right.. Formula
    By pauldaddyadams in forum Excel General
    Replies: 6
    Last Post: 01-15-2010, 11:59 AM

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