Hi,
How can I extract first 7 words from cells.
I use formula that can extract first word
but I do not know how to modify it to extract more words.![]()
Please Login or Register to view this content.
Hi,
How can I extract first 7 words from cells.
I use formula that can extract first word
but I do not know how to modify it to extract more words.![]()
Please Login or Register to view this content.
try something like this...
A 1aa bb cc dd ee ff gg hh ii jj 2aa bb cc dd ee ff gg
=LEFT(A1,FIND("@@",SUBSTITUTE(A1," ","@@",7),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
Thanks for the feedback![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks