I have a long sheet full with Book details which I generate from our Oracle database etc etc and I need to sort them by LC Classification I am already using the first part of the classification not all of it
I need to Split the column as seen Below:
- 
Column: TOP LINE (the one I get from the db) 
- 
H97 
- 
H103 
- 
HA11 
- 
HA1107 
- 
HB662 
- 
HB2000.2 
- 
Column: CLASS (I want to extract the text from the column TOP Line) 
- 
H 
- 
H 
- 
HA 
- 
HA 
- 
HB 
- 
HB 
- 
Column: MARK (I want to extract the digits from the Column TOP Line) 
- 
97 
- 
103 
- 
11 
- 
1107 
- 
662 
- 
2000.2 
I am doing This to do a correct Natural Sort where I would sort first by Class Then Mark.
 
      
     ) next to the answer.
) next to the answer.