Good morning!
I use this formula to create a hyperlink by matching values from a source column to a column on another Sheet. Works great except that it creates a hyperlink even if no match is found. I can't figure out how to change it so that no hyperlink is created if no match is found. Here's my formula:
I use this formula to create a hyperlink by matching values from a source column to a column on another Sheet. Works great except that it creates a hyperlink even if no match is found. I can't figure out how to change it so that no hyperlink is created if no match is found. Here's my formula:
Excel Formula:
=IFERROR(HYPERLINK(INDEX(Subdivisions!J:J,MATCH(AI5,Subdivisions!C:C,0)),INDEX(Subdivisions!G:G,MATCH(AI5,Subdivisions!C:C,0))),"")