Hi @brichardi,
Of course, I could show each step in detail. I have coded the last answer with your private information.
Here are the steps:
1.First we have a table that records the user's name.
2.Select B1 and enter the formula in the upper input box. Press the Enter key.
Formula of B1:
=MID(A1,FIND("s",LEFT(A1,10)),100)
3.Select all rows to be calculated. Press Ctrl+D to auto-fill the table.
4.Select C1 and enter the formula in the upper input box. Press the Enter key.
Functions of C1:
=MID(B1,FIND("\",LEFT(B1,10))+1,100)
5.Select all rows to be calculated. Press Ctrl+D to auto-fill the table.
6.Select D1 and start by entering the first half of your URL, for example: https://doamin.sharepoint.com/XXXXX/
7.You will notice that the grid is automatically recognized as a URL, we need to unlink it first. Select the table and then right-click and choose Remove Hyperlinks.
8.Select D1 and enter the formula in the upper input box. Press the Enter key.
Formula of D1:
="https://doamin.sharepoint.com/XXXXXX/"&C1&"XXXXXXX"
Here please note that replacing your URL
a9.Select all rows to be calculated. Press Ctrl+D to auto-fill the table.
If you have any other questions, please don't hesitate to contact me.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.