Thread
:
Removing an alpha characture from a column of numbers
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_]
external usenet poster
Posts: 8,651
Removing an alpha characture from a column of numbers
=LEFT(A1,LEN(A1)-1)
--
David Biddulph
"K Drier" <K
wrote in message
...
I have a column of numbers that end with an alpha character. I need to
remove the alpha character and I'd like to write a macro or formula to do
it
automatically since the column is about 1000 numbers long.
I got the macro to work once, but it won't work again on the balance of
the
column. Would someone please help me figure out what I need to do to make
this an automatic process so I can reuse it at a later date?
Thanks so much!
Reply With Quote
David Biddulph[_2_]
View Public Profile
Find all posts by David Biddulph[_2_]