Hi guys last question today
in cell d1 i have
hk/q46559
in cell i1 i need to return whatever is before the "/"
in this case hk
and in cell i2 i need to return the number after the q
in this case 46559
thanks once again
Hi guys last question today
in cell d1 i have
hk/q46559
in cell i1 i need to return whatever is before the "/"
in this case hk
and in cell i2 i need to return the number after the q
in this case 46559
thanks once again
Last edited by excellentexcel; 04-05-2009 at 08:12 AM.
Look at LEFT/RIGHT/MID/FIND/SEARCH functions
I1: =LEFT(D1,FIND("/",D1)-1)
I2: =RIGHT(D1,LEN(D1)-(FIND("/",D1)+1))
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Hi excellentexcel,
Cell I1:Cell I2:![]()
Please Login or Register to view this content.
HTH![]()
Please Login or Register to view this content.
Robert
____________________________________________
Please ensure you mark your thread as Solved once it is. Click here to see how
If this post helps, please don't forget to say thanks by clicking the star icon in the bottom left-hand corner of my post
Cracking stuff again guys
thank you
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks