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
MFelix
7 years agoSuper User