liquidate stock liquidar existencias is the example of a cell i have in excel
hi all , i am working on a dictionary for integrating it with a website .
i have the word in bold and its Spanish translation in normal font ,
want to split this data into two columns ,
if anybody has a suggestion , please help me out![]()
Last edited by shijiazhuang; 09-17-2010 at 07:52 AM. Reason: Administrator
Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
Thanks for changing your thread title.
Try this UDF
In a standard module
Option Explicit Function SplitByFontStyleBold(rng As Range) Dim n As Integer For n = 1 To rng.Characters.Count If IsNull(rng.Characters(1, n).Font.FontStyle) Then Exit For End If Next SplitByFontStyleBold = Trim(Left(rng, n - 1)) End Function
With your data in A2
B2
=SplitByFontStyleBold(A2)
C2
=TRIM(RIGHT(A2,LEN(A2)-LEN(B2)))
Hope this helps
If you need any more information, please feel free to ask.
However, if this takes care of your needs, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED. It helps everybody! ....
Also
If you are satisfied by any members response to your problem please consider using the small Star icon botom left of thier post to show your appreciation.
wow you ppl are the knights in shining armour
thanks marcol you made my day
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks