Hello Everyone
I would like to extract the numbers into 3 columns from the following string.
(L)13.25" x (W)13.25" x(H)15"
I was trying to use =right() but it's taking too long
Any advice from excel whiz
Hello Everyone
I would like to extract the numbers into 3 columns from the following string.
(L)13.25" x (W)13.25" x(H)15"
I was trying to use =right() but it's taking too long
Any advice from excel whiz
One way
B1 =--MID($A1,4,FIND("""",$A1)-4)
C1 =--SUBSTITUTE(MID(A1,FIND("W",A1)+2,FIND("H",A1)-FIND("W",A1)-5),"""","")
D1 =--SUBSTITUTE(MID(A1,FIND("H",A1)+2,5),"""","")
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Another way... with you value in cell A1, put this formula in cell B1 and copy across, then copy those cells down to the end of your data
Formula:
Please Login or Register to view this content.
Thank You so much it worked perfectly.
I was able to extract data from a 1000 columns easily
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks