Oct 12 2022 07:22 PM
I have a SharePoint List that I am currently exporting to an Excel Table.
I want the table to include a "Linked To..." column that would contain the hyperlink to that list item on the SharePoint list online.
Oct 13 2022 12:56 AM
Solution@SimonMay You can try this approach for your requirements:
=HYPERLINK(CONCAT("https://contoso.sharepoint.com/", [@Path],"/DispForm.aspx?ID=",[@ID]), [@Title])
Sample Output:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.