Hi
Please help me in this.
I am having below numbers
and I want to get below result.
I used below but its giving me number without decimal which I do not want.
=RIGHT(B5,LEN(B5)-MIN(FIND({0,1,2,3,4,5,6,7,8,9},B5&"0123456789"))+1)
Please help me in this.
I am having below numbers
AUD 76,946.71 CR |
AUD 92,421.49 CR |
and I want to get below result.
76,946.71 |
2,92,421.493 |
=RIGHT(B5,LEN(B5)-MIN(FIND({0,1,2,3,4,5,6,7,8,9},B5&"0123456789"))+1)