My goal is to create a hyperlink within a specific cell that is based on the contents of another cell. If that's not enough, the cell in which I would like to create this custom hyperlink already contains a function. So, let's say:
I have a cell, A1. A1 has a function that does stuff.
I have another cell, A2. A2 contains a server name.
Now, normally what I would do here is simply create a hyperlink within the function field of cell A1 in this manner:
=HYPERLINK("http://"&A2&":8080/home","Home")
Since, the function field within cell A1 already contains another formula, I cannot do this (unless I'm unaware of a way to utilize two functions within a single cell).
I'm not very good with excel so I'm not sure how to write macros or utilize VB code so if these options can be avoided, that would be great.
Bookmarks