hi guru
I have some word which i need to split the numeric from that word such as +*€104.81EUR
i need to cut 104.81 from new column, pls kindly help for this.
thanks in advance for your helps.
hi guru
I have some word which i need to split the numeric from that word such as +*€104.81EUR
i need to cut 104.81 from new column, pls kindly help for this.
thanks in advance for your helps.
In "C1"Formula:
Please Login or Register to view this content.
atul
If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.
Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".
Try
=MID(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(B1,"EUR",""),"GBP",""),"USD","")&REPT(" ","50"),4,10)+0
Regards
Special-K
Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.
Try
=LOOKUP(9^9,MID(B1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},B1&1/17)),{1,2,3,4,5,6,7,8,9})+0)
Samba
Say thanks to those who have helped you by clicking Add Reputation star.
hi all guys
thanks a lot ka.![]()
Or try this
Enter formula in C1 and copy down
=-LOOKUP(1,-LEFT(MID(B1,4,10),{1,2,3,4,5,6,7,8,9}))
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks