i have a spreadsheet that does a vlookup if cell A7 has text in it which i want to display as a hyperlink
the formula below works great but i dont want it to display anything if the vlookup does not contain any text so i have been trying to insert another IF in the vlookup but cant get it to work
=IF(A7>0,(HYPERLINK(VLOOKUP(A7,Data!A:C,2,FALSE),"File Link")),"")
any help would be great
the formula below works great but i dont want it to display anything if the vlookup does not contain any text so i have been trying to insert another IF in the vlookup but cant get it to work
=IF(A7>0,(HYPERLINK(VLOOKUP(A7,Data!A:C,2,FALSE),"File Link")),"")
any help would be great