I have "developed " a database for work. The user will enter a value to display results. Among the 10 or so results I want to insert a word file that is located on another sheet. However not all results have a file, but will have a zero instead. SO on the results display cell I have an IF( location="0" , " No link available", Hyperlink( location , "click for link")) However I always get a click here even if the cell value in the IF staement is true. Why does it always try to give a hyperlink???