+ Reply to Thread
Results 1 to 4 of 4

Remove preceding data from a column and post result on a different worksheet

  1. #1
    Registered User
    Join Date
    08-01-2011
    Location
    Reading, England
    MS-Off Ver
    Excel 2003
    Posts
    13

    Remove preceding data from a column and post result on a different worksheet

    Please see the attached spreadsheet. I need to remove the first 5 x characters from Col A on the Source worksheet (ie. 4 text characters and 1 space), then post the resulting data into Column A of the Target worksheet. In this way, the first data row would look like 'VCE Blended EMEA DF'. Please can someone help?

    Thank you

    Wendy x
    Attached Files Attached Files

  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: Remove preceding data from a column and post result on a different worksheet

    in your Target sheet A2

    and copy down

    =SUBSTITUTE(Source!A2,LEFT(Source!A2,FIND(" ",Source!A2)),"")

    or even this very short formula

    =REPLACE(Source!A2,1,5,"")
    Last edited by AlKey; 11-11-2014 at 01:22 PM.
    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 Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Remove preceding data from a column and post result on a different worksheet

    =RIGHT(Source!A2,LEN(Source!A2)-5)
    try this and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Remove preceding data from a column and post result on a different worksheet

    Something like this could work for you if your example accurately represents your data

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

+ 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: 4
    Last Post: 04-01-2014, 02:24 AM
  2. Macro to remove characters preceding text descriptions
    By agent.orange in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-19-2014, 06:32 AM
  3. [SOLVED] Formula to insert text in new column if preceding more than one of the preceding have val
    By aimeecrystalaid in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-04-2013, 11:47 PM
  4. [SOLVED] Macro to add data to preceding column based on collumn data
    By rz6657 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-13-2012, 01:27 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