+ Reply to Thread
Results 1 to 3 of 3

How do I Extract information before a sign "/" in a separate cell ?

Hybrid View

  1. #1
    Registered User
    Join Date
    10-24-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    1

    How do I Extract information before a sign "/" in a separate cell ?

    How do I Extract information before a sign "/" in a separate cell ?

  2. #2
    Valued Forum Contributor
    Join Date
    09-15-2011
    Location
    Chennai, India
    MS-Off Ver
    Excel 2010
    Posts
    436

    Re: How do I Extract information before a sign "/" in a separate cell ?

    Please try this function

    For 'before'
    =LEFT(A1,FIND("/",A1)-1)

    For 'after'
    =SUBSTITUTE(RIGHT(SUBSTITUTE(A1,"/",REPT("!",LEN(A1))),LEN(A1)),"!","")
    Please click 'Add reputation', if my answer helped you.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,852

    Re: How do I Extract information before a sign "/" in a separate cell ?

    Try this:

    =LEFT(A1,FIND("/",A1)-1)

    Hope this helps.

    Pete

+ 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. Replies: 8
    Last Post: 07-12-2017, 05:32 PM
  2. [SOLVED] Expanded and collapsed the rows by toggle "+" or "-" sign on left of the text
    By Rocky2013 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-24-2013, 02:49 PM
  3. [SOLVED] How to insert + sign in front of every word =Substitute(A3," "," +")
    By inayet in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-16-2013, 09:41 PM
  4. [SOLVED] Count "A" and "V" as separate characters in a single cell
    By sportboy712 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-04-2013, 12:26 PM
  5. Vlookup LEFT of the "^" sign, IF "^" is present in the string
    By ConstantinV in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-02-2013, 03:26 PM

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