Hello - I'm trying to write a formula to hyperlink a cell based on the value of another. So far I have this:
=IF(A14=5, HYPERLINK(sheet1!A1, "friendly name"), HYPERLINK(sheet2!A1,"friendly name"))
But am getting a "Reference is not valid." error and I can't figure it out what I'm doing wrong. Please help!
Thank you!
=IF(A14=5, HYPERLINK(sheet1!A1, "friendly name"), HYPERLINK(sheet2!A1,"friendly name"))
But am getting a "Reference is not valid." error and I can't figure it out what I'm doing wrong. Please help!
Thank you!