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...
- 7 years ago
Redo to this:
Hyperlink = "www.microsoft.com/"& FORMAT(Table[ID];"#") &"/home"
Regards,
MFelix
satmeh
7 years agoFrequent Visitor
MFelixThanks for your response. I wanted to learn how to create the desired links using 'ID' from other column.
Thanks!