+ Reply to Thread
Results 1 to 2 of 2

Data Prep. (Removing words that come after \)

  1. #1
    Registered User
    Join Date
    03-02-2019
    Location
    Coventry, England
    MS-Off Ver
    MS Office 2016
    Posts
    12

    Data Prep. (Removing words that come after \)

    Hello there guys,

    I am in the process of cleaning some data and I'd like to know how I could get rid of any word and/or letter(s) that come after \ in the player column including the \ symbol only to remain with the name only.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    11-07-2018
    Location
    UK
    MS-Off Ver
    Pro 2010 & 2016
    Posts
    6

    Re: Data Prep. (Removing words that come after \)

    If the data is in cell A1 for instance, use =LEFT(A1,FIND("\",A1)-1)

    This will return all characters to the left of the \. If there's a chance that the cell doesn't contain a \, then use =IFERROR(LEFT(A1,FIND("/",A1)-1),A1) which will return the whole text when there is no \.

+ 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. Prep-work for data clearing macro
    By Lepre-con in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-01-2019, 01:14 AM
  2. [SOLVED] Data Prep by Filling in Data Gaps from a Report Download
    By BobZZ in forum Excel General
    Replies: 3
    Last Post: 04-03-2018, 05:30 AM
  3. Removing words which are not first name
    By draxz in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-25-2014, 05:48 PM
  4. Removing words which are not first name
    By draxz in forum Excel General
    Replies: 1
    Last Post: 06-25-2014, 05:42 PM
  5. Replies: 3
    Last Post: 08-27-2013, 11:10 AM
  6. Replies: 0
    Last Post: 12-27-2011, 01:51 AM
  7. Prep for new day/data
    By bobbylan in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 12-01-2008, 10:49 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