Thread
:
Trim Help
View Single Post
#
2
Posted to microsoft.public.excel.programming
somethinglikeant
external usenet poster
Posts: 94
Trim Help
You could use the mid function to pare off 3 digits of the string at a
time. Say your string was in cell A1:-
=Mid(A1,1,3), = Mid(A1,4,3), etc
somethinglikeant
Reply With Quote
somethinglikeant
View Public Profile
Find all posts by somethinglikeant