Hi
I need help to return part of a text in kolum A to kolum B. The text is between 2-5 characters. I want it to look someting like the example below. Would be very grateful if someone can help me with this, becasue im stuck.
kolum A
MINILONG CHF A
MINILONG OLJA C
MINILONG BP C
MINILONG SP500 E
kolum B
CHF
OLJA
BP
SP500
Last edited by edwardh; 07-26-2011 at 04:36 AM.
Hi,
It looks to me like you want to extract the second "word" from a group of 3?
=LEFT(RIGHT(A1,LEN(A1)-FIND(" ",A1)),FIND(" ",RIGHT(A1,LEN(A1)-FIND(" ",A1))))
Please disregard anything in the above post. It may well have been edited without my consent, as has been the case with several posts and threads recently.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks