HI,
I am stuck in a sheet if anyone can help me out i will be oblidged.
I am attaching test file here,
I have some data in E column with some formule, but I want a perticular text to next column
Kindly help.
Regards,
HI,
I am stuck in a sheet if anyone can help me out i will be oblidged.
I am attaching test file here,
I have some data in E column with some formule, but I want a perticular text to next column
Kindly help.
Regards,
=LEFT(RIGHT(E2,LEN(E2)-FIND("|",E2)),FIND("-",RIGHT(E2,LEN(E2)-FIND("|",E2)))-1)
Try this and copy towards down
Samba
Say thanks to those who have helped you by clicking Add Reputation star.
Probably better ways to do this, but this works...
=LEFT(MID(E2,FIND("|",E2,1)+1,99),FIND("-",MID(E2,FIND("|",E2,1)+1,99),1)-1)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
use this formula
=REPLACE(LEFT(RIGHT(E2,LEN(E2)-FIND("|",E2)),FIND("-",RIGHT(E2,LEN(E2)-FIND("|",E2)))),FIND("-",LEFT(RIGHT(E2,LEN(E2)-FIND("|",E2)),FIND("-",RIGHT(E2,LEN(E2)-FIND("|",E2))))),1,"")
Happy to help, thanks for the feedback![]()
maybe also this??
=MID(LEFT(E2,LEN(E2)-14),41,99)
I think people forget the word "THANK YOU!!!!" Do you still know it???
There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "
Regards,
Vladimir
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks