View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default concatenate and hyperlink functions

I entered the following formula:

=CONCATENATE("Creates function, ",HYPERLINK(ProjectTrackingDB_Queries!A2),"
which allows the GetSQL query to return the SQL statement of a given query.")

which yields the text string one would expect it to yield. However, when I
click the hyperlink I get an error, "Cannot open the specified file."

Cell A2, which is referenced in the formula above has the text "GetSQL".

Any ideas as to what I'm doing wrong?