Get edit link URL in Google Sheets

  • Profile Image
    gleninneswaste
    Asked on March 23, 2021 at 12:28 AM

    Hi can you tell me how to get Google Sheets to capture the edit link URL (not just they hyperlink)?



    This is a re-post of a comment on How to Integrate Forms with Google Sheets

  • Profile Image
    Bojan
    Answered on March 23, 2021 at 07:05 AM

    Greetings.

    Unfortunately, it is not possible to send the text value of the edit link. You can always click on the link and then copy the URL from the Sheet:

    screenshot_4443.png

    You can also use the following formula to extract the text value from the hyperlink:

    =REGEXEXTRACT(FORMULATEXT(D2),"""(.*)"",")


    screenshot_4445.png

    Let us know if you have any additional questions.