+ Reply to Thread
Results 1 to 3 of 3

[SOLVED]Formula to MOVE text(actually numbers) from end of cell to new cell

  1. #1
    Registered User
    Join Date
    07-02-2008
    Location
    East Coast
    Posts
    6

    [SOLVED]Formula to MOVE text(actually numbers) from end of cell to new cell

    Hi I need help with a formula to take a vintage or year at the end of a cell and place in a new cell. I have a spreadsheet of about 1000 wines and need to separate the vintage.
    for example:



    Malescot-St-Exupery 2009
    Pontet Canet 2005
    Clos L'Eglise 1999


    I know how to remove them I just dont know how to move them

    Thanks for your HELP!!!!!
    Last edited by villdoc; 03-21-2011 at 01:34 PM.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Need Help with Formula to MOVE text(actually numbers) from end of cell to new cel

    With
    A1: text ending in a year....eg Pontet Canet 2005

    Perhaps something like this....
    This formula returns the name
    B1: =TRIM(LEFT(A1,LEN(A1)-5))

    This formula returns the year
    C1: =RIGHT(A1,4)

    In the above example
    B1 returns: Pontet Canet
    C1 returns 2005

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    07-02-2008
    Location
    East Coast
    Posts
    6

    Re: Need Help with Formula to MOVE text(actually numbers) from end of cell to new cel

    Quote Originally Posted by Ron Coderre View Post
    With
    A1: text ending in a year....eg Pontet Canet 2005

    Perhaps something like this....
    This formula returns the name
    B1: =TRIM(LEFT(A1,LEN(A1)-5))

    This formula returns the year
    C1: =RIGHT(A1,4)

    In the above example
    B1 returns: Pontet Canet
    C1 returns 2005

    Is that something you can work with?


    Yes!!! Thanks Ron !!!

+ 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