shg, did you mean to use MID ?
other alternatives might be:
=RIGHT(A1,LEN(A1)-FIND("]",A1))
or
=REPLACE(A1,1,FIND("]",A1),"")
shg, did you mean to use MID ?
other alternatives might be:
=RIGHT(A1,LEN(A1)-FIND("]",A1))
or
=REPLACE(A1,1,FIND("]",A1),"")
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
One more method..
Select the column..
Click on Data--> Text to column
Select Delimited radio button.
In others type ]
Click on OK...
Shijesh Kumar
http://shijesh.wordpress.com/
I did, thank you, DOshg, did you mean to use MID ?![]()
Entia non sunt multiplicanda sine necessitate
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks