I have a table called Table1
In Column B, I have the ticket number. e.g: 76537434
Requirement: when any change happens in any cell in column B, that cell (Target cell) to be changed into a hyperlink such that the hyperlink address would be example.com/id=76537434
Cell value i.e. 76537434 must remain the same
Hyperlink()function call in a separate helper-column would be fine then you can also go with a solution similar to this one: stackoverflow.com/questions/42977982/…