+ Reply to Thread
Results 1 to 4 of 4

displaying part of a cell contents

  1. #1
    Registered User
    Join Date
    05-17-2011
    Location
    Charlotte, NC
    MS-Off Ver
    Excel 2007
    Posts
    7

    displaying part of a cell contents

    I have a column of cells that contain 3 letters followed by series of periods. I'd like to display only the 3 letters. i.e.

    ABC..... ABC
    ABC..... ABC

    Thanks
    Last edited by erikwvb; 07-07-2011 at 12:57 PM. Reason: solved

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: displaying part of a cell contents

    find replace . with blank maybe
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: displaying part of a cell contents

    Hi Erikwvb,

    If you need to do it in the same column (replacing the values), just use the Find/Replace dialog. If you want to have the values in other cells, you can use the LEFT function, e.g.

    =LEFT(A1,3)

  4. #4
    Registered User
    Join Date
    05-17-2011
    Location
    Charlotte, NC
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: displaying part of a cell contents

    Thanks!

    I knew it would be something simple like that. I just couldn't remember

+ 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