I have a very common problem; I looked up several formulas but none of these worked.
I want to seperate numbers and letters like the following:
29.266,20 Mio EUR
so that I only have the 29.266,20 left; wthout the currency!
can anybody help me?
I have a very common problem; I looked up several formulas but none of these worked.
I want to seperate numbers and letters like the following:
29.266,20 Mio EUR
so that I only have the 29.266,20 left; wthout the currency!
can anybody help me?
tRY:
=LEFT(A1,FIND(" ",A1))+0
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
hi,
i'm sorry; it doesn't work;
could the comma and the point be a problem?
If you have European Excel.. then maybe...
=LEFT(A1;FIND(" ";A1))+0
sorry, it doesn't work either!
i've an american version!
I had another formula, which worked quiet well, but only for
items where the letters stand in front of the numbers like:
(Millions)111,973.400
=RIGHT(C95,LEN(C95)-MIN( FIND({0,1,2,3,4,5,6,7,8,9},C95&"0123456789"))+1)
perhaps, you can change this formula so that it works the other way round
(first numbers and then letters)?
Thanks in advance!
How doesn't my first offering not work...
Is there a number followed by a space followed by text?
If not, show more examples of possibilities.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks