+ Reply to Thread
Results 1 to 3 of 3

How to remove specific character from specific shell

  1. #1
    Registered User
    Join Date
    10-13-2006
    Posts
    60

    How to remove specific character from specific shell

    Hi,

    For Example

    Column A
    235024
    631454
    325412
    631421
    324125
    624144
    631441

    I Want first three characters from the left and to remove rest of the charactes from each cell.

    I need the output like this

    Column A
    235
    631
    325
    631
    324
    624

    Please help with the formula to get this output. Please Help


    Thanks in Advance

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967
    Type

    =LEFT(A1,3)

    into B1 and copy down.

    Alternatively use Data - Text to Columns and select the fixed width option.
    Martin

  3. #3
    Registered User
    Join Date
    10-13-2006
    Posts
    60
    Thanks mrice for instant reply. You and this forum is awesome................

+ 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