Forum Discussion
satmeh
7 years agoFrequent Visitor
Create a new hyperlink column using value from another column
Hi All,
I am trying to create a column(containing hyperlink) using value from another column. Tried creating custom columns but no luck. I am importing data from a read-only database.
Desired output:
ID Link
2345 www.microsoft.com/2345/home
3346 www.microsoft.com/3346/home
Thanks!
Redo to this:
Hyperlink = "www.microsoft.com/"& FORMAT(Table[ID];"#") &"/home"
Regards,
MFelix