+ Reply to Thread
Results 1 to 5 of 5

character editing

  1. #1
    Registered User
    Join Date
    07-25-2014
    Location
    bangalore
    MS-Off Ver
    2010
    Posts
    5

    character editing

    In a particular column, i need to edit the first two and last character from the cells.

    for example, in a cell, text is NM2300SL01J. I only want 2300SL01 and not the first two and last one character.

    I used right function to edit but still its not getting desired results.


    please help

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: character editing

    Hi,

    Welcome to the Forum. Please try the following formula in B1, considering that the text is in A1:

    =MID(A1,3,LEN(A1)-3)

  3. #3
    Registered User
    Join Date
    07-25-2014
    Location
    bangalore
    MS-Off Ver
    2010
    Posts
    5

    Re: character editing

    thanks for the help.

    but the problem also is that the data is unorganized. and randomly are there in the cells.so cant drag down the formula. any help on that front?

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: character editing

    If you want the cell to be converted into numbers, please use the following formula-


    =1*MID(A1,3,LEN(A1)-3)

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: character editing

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

+ 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. [SOLVED] find the character position in a string of the last occurrence of a nominated character
    By jmac1947 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-04-2014, 11:52 PM
  2. Macro to find character and delete all text in cell after the character
    By SpencerRichman in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-01-2012, 06:08 PM
  3. Display Active Character Count + Limit Character Per Cell
    By euronail in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-22-2011, 04:59 AM
  4. Editing a specific character within a string in a cell?
    By drdavidge in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-10-2010, 01:56 PM
  5. [SOLVED] Insert Character into Editing-Cell
    By MJ in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-12-2005, 11:05 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