+ Reply to Thread
Results 1 to 2 of 2

how to format data to spilt into next cell

Hybrid View

  1. #1
    Registered User
    Join Date
    01-31-2015
    Location
    memphis
    MS-Off Ver
    2007
    Posts
    1

    how to format data to spilt into next cell

    In excel. How do I split a string of 20 characters(serial number) which has a mixture of number and letters but without commas or spaces? I want to split it after the 14th character which is normally a letter and start the next cell with the 15 character which is a number. Thanks in advance.

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,937

    Re: how to format data to spilt into next cell

    =right(a1,6)
    or
    =mid(a1,15,6)
    Samba

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

+ 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: 2
    Last Post: 05-15-2014, 12:37 PM
  2. Macro/Script to Spilt / Change Format of a Column
    By storofile in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-22-2013, 01:14 AM
  3. [SOLVED] Spilt of DATA
    By Nikunj15 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-10-2013, 05:15 AM
  4. How to spilt information within a cell
    By Excel2012 in forum Excel General
    Replies: 1
    Last Post: 06-22-2011, 03:39 PM
  5. Graph data source spilt by column insert
    By ElfieUK4 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-29-2010, 07:47 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