In C2 I have a URL string, for example:
In D2 I have another URL string, for example:
/folder30/documentname.pdf
I need the text of C2 to replace the text of D2, but only up until the same number of text / combinations.
So from the above, only the element in bold would be replaced, with the remainder still remaining present in D2. The output of the above in E2 would be:
Note that folder3 replaces folder20 but the text after remains.
It won't always be the same number of text/ occurrences in Column C, for example C3 could be:
and D3 could be:
But all of C needs to replace all of D up to that point, so again, above example would output as:
Thanks!
In D2 I have another URL string, for example:
/folder30/documentname.pdf
I need the text of C2 to replace the text of D2, but only up until the same number of text / combinations.
So from the above, only the element in bold would be replaced, with the remainder still remaining present in D2. The output of the above in E2 would be:
Note that folder3 replaces folder20 but the text after remains.
It won't always be the same number of text/ occurrences in Column C, for example C3 could be:
and D3 could be:
But all of C needs to replace all of D up to that point, so again, above example would output as:
Thanks!