Forum Discussion

LeroyMac's avatar
LeroyMac
Copper Contributor
Mar 21, 2023
Solved

Editing Multiple Hyperlinks

Hello, when exporting a report to excel, the first column gives me the link to the page within the system I access my "task".  (below are dummy links).   How do i convert these ..... http://axi...
  • Patrick2788's avatar
    Mar 21, 2023

    LeroyMac 

    You could use:

     

    =HYPERLINK(A1,TEXTAFTER(A1,"="))

     

    If no access to TEXTAFTER, then:

    =HYPERLINK(A1,RIGHT(A1,6))

Resources