Hyperlink function in an If function

G

GoBow777

Hello:

I'm using Excel 2003, and what I'm trying to do is use the HYPERLIN
function in an IF statement so that if the value is TRUE then th
HYPERLINK is active and if the value is FALSE then the HYPERLINK woul
be inactive. Does any one know of a way to make this work withou
getting the error message, "Cannot open the specified file.".

Mat
 
P

Pete_UK

I put this formula in B8 as a test:

=IF(A8="","",HYPERLINK("#A4","jump"))

If A8 is empty then B8 appears empty, and you can click on that cell
and stay there. But, if you put something in A8 then the word "jump"
appears in B8 and if you click on that cell now the cursor will jump
to A4. Is this the kind of thing you wanted?

Hope this helps.

Pete
 
G

GoBow777

Thanks Pete! That works just fine.

Matt

Pete_UK;687659 said:
I put this formula in B8 as a test:

=IF(A8="","",HYPERLINK("#A4","jump"))

If A8 is empty then B8 appears empty, and you can click on that cell
and stay there. But, if you put something in A8 then the word "jump"
appears in B8 and if you click on that cell now the cursor will jump
to A4. Is this the kind of thing you wanted?

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top