I am wanting to refer to a cell (or find a match in a range of cells) in Sheet 1. The cell in Sheet 1 contains a hyperlink.
What I get in Sheet 2, however, is just the text in the cell, not the text as a hyperlink.
Sheet 1 (contents of cell, text as hyperlink):
BUS 123 6Wk Online
What I get in Sheet 2:(text but no hyperlink)
BUS 123 6Wk Online
One of the formulas I tested in Sheet 2:
=LEFT({Course Master Record Range 1}, LEN({Course Master Record Range 1}))
I get the text, but the hyperlink doesn't "come with it".
It doesn't seem to matter what formula I use, they are reference the same cell (or range), and all I get is the text, not the hyperlinks.
Thanks!