![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Location: Marion, Illinois
Posts: 19
|
I need a statement that will parse the last eight characters from a text cell
A1= "4B3AG42H31E110359" = A2 = "1E110359" Thanks |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
Regards,
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Denver, CO
Posts: 1,744
|
Quote:
=RIGHT(A1,8) |
|
|
|
|
|
|
#4 | ||
|
Guest
Posts: n/a
|
Quote:
I want to do the following: I put in the numbers in column A from a sheet. Than by recording the macro,the last two numbers are the indentification for the column.Example: Colum A 100001 101002 110003 Result after the sorting: A B C 1000 1010 1100 So I have a 750 numbers in column A which I have to sort on the last two numbers in the column A,B,C,D,E, etc. Is this possible? Many thanks. |
||
|
|
|
#5 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
Thanks,
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|