Conditional Hyperlink?

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi everyone,

I posted this before but I don't think I had it right. So, will try
again.

Can you use "Hyperlink" with "IF" statement? For example, "if a1=1,
hyperlink F1 to AB10, otherwise leave F1 blank.
If so, how can this be written please?

Regards,
Mike
 
How about a small cheat:

This formula goes in F1:

=IF(A1=1,HYPERLINK("#AB10","Click me"),"")

When I have 2 in A1 and click on F1, I go to the precedent cell (a1).

I can change that by hyperinking to the cell with the formula:

=IF(A1=1,HYPERLINK("#AB10","Click me"),HYPERLINK("#F1",""))
 

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

Back
Top