I have a column of information (see below for example). What I need as my output, is the LAST number in the string (i.e. the right most number)
Example:
[TABLE="width: 143"]
<tbody>[TR]
[TD]AB98 VUJ 94
[/TD]
[/TR]
[TR]
[TD]AB14 VUS 1247
[/TD]
[/TR]
[TR]
[TD]CD86 EVB 216
[/TD]
[/TR]
[TR]
[TD]AX26 EVD 122
[/TD]
[/TR]
[TR]
[TD]SA28 EVY 132
[/TD]
[/TR]
[TR]
[TD]SA26 NFN 6
[/TD]
[/TR]
[TR]
[TD]PQ13 NFT 779
Output:
94
1247
216
122
132
6
779
Any help much appreciated
[/TD]
[/TR]
</tbody>[/TABLE]
Edit: I realise it's possible to achieve this with Text to columns, but I really could do with a formula, as it's for a user, and I want to reduce the amount of manual work they need to do.
Example:
[TABLE="width: 143"]
<tbody>[TR]
[TD]AB98 VUJ 94
[/TD]
[/TR]
[TR]
[TD]AB14 VUS 1247
[/TD]
[/TR]
[TR]
[TD]CD86 EVB 216
[/TD]
[/TR]
[TR]
[TD]AX26 EVD 122
[/TD]
[/TR]
[TR]
[TD]SA28 EVY 132
[/TD]
[/TR]
[TR]
[TD]SA26 NFN 6
[/TD]
[/TR]
[TR]
[TD]PQ13 NFT 779
Output:
94
1247
216
122
132
6
779
Any help much appreciated
[/TD]
[/TR]
</tbody>[/TABLE]
Edit: I realise it's possible to achieve this with Text to columns, but I really could do with a formula, as it's for a user, and I want to reduce the amount of manual work they need to do.