Forum Discussion
warrevar
Mar 25, 2024Copper Contributor
Hyperlinks as Conditional Formatting?
I would like to turn a cell into a hyperlink when text is entered into that same cell. The text entered into the cell would be the very last part of the hyperlink, which is concatenated with the res...
HansVogelaar
Mar 25, 2024MVP
No, you cannot do that with conditional formatting. It would require VBA, but assembling the URL and using the HYPERLINK function in a separate column is much easier.