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
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
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
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)
Thanks!
I knew it would be something simple like that. I just couldn't remember
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks