In D2 I have a URL string
In E2 I have a Folder name, which is also contained within the URL string of D2
Can I split D2 where the E2 value occurs?
e.g.
D2 = http://blahblah/blah/test/name/aaa/bbb/ccc/hello.pdf
E2 = name
Desired value in D2 or a new column = http://blahblah/blah/test/
Desired value in E2 or a new column = name/aaa/bbb/ccc/hello.pdf
The E value in D won't always be in the same place for each row, so it needs to use the value rather than a count of "/", for example.
Thanks
In E2 I have a Folder name, which is also contained within the URL string of D2
Can I split D2 where the E2 value occurs?
e.g.
D2 = http://blahblah/blah/test/name/aaa/bbb/ccc/hello.pdf
E2 = name
Desired value in D2 or a new column = http://blahblah/blah/test/
Desired value in E2 or a new column = name/aaa/bbb/ccc/hello.pdf
The E value in D won't always be in the same place for each row, so it needs to use the value rather than a count of "/", for example.
Thanks