hsandeep
Well-known Member
- Joined
- Dec 6, 2008
- Messages
- 1,226
- Office Version
- 2010
- Platform
- Windows
- Mobile
In coulumn C, the value is a text which contains Starting with 2 digit alphabets, separated by ONE special character "/" or "-", then 4 to 8 digit numericals then again separated by ONE special character "/" or "-", then 2 to 3 digit numericals.
Output required in column D = All text without special characters
and in column E = last numerical value (of 2 to 3 digit numericals)
and in column F = above last numerical value prefixed with a 0.
Note: blanks are not to considered
Ex:
cell C4=MH / 456789 - 187
cell D4=MH456789187
cell E4=0187
cell C4=YH / 1237 - 000
cell D4=MH1237000
cell E4=0000
Output required in column D = All text without special characters
and in column E = last numerical value (of 2 to 3 digit numericals)
and in column F = above last numerical value prefixed with a 0.
Note: blanks are not to considered
Ex:
cell C4=MH / 456789 - 187
cell D4=MH456789187
cell E4=0187
cell C4=YH / 1237 - 000
cell D4=MH1237000
cell E4=0000