I am trying to extract the last substring in some text that I have. Please see below for example.
12/30-12/31 Bob Dylan 40.25
I need to extract the 40.25 out. Every line item may be different but the number I am extracting is always after the last space. I tried using mid and find but this doesn't work well when there is more than 1 space in the text.
Thank you in advance!
12/30-12/31 Bob Dylan 40.25
I need to extract the 40.25 out. Every line item may be different but the number I am extracting is always after the last space. I tried using mid and find but this doesn't work well when there is more than 1 space in the text.
Thank you in advance!