• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Hyperlink Issue

Istiyak

Member
Namaste Team.


Plz examine the given formula and revert with the solution.


=if(a1=b1,hyperlink(a1,"Check"),hyperlink(b1,"Check"))


While i am clicking on it, it is going on a1 even the condiotion is false (Naturally when condition false it should go on b1).


Suggest what to do.?


Regards

Istiyak
 
Hi ,


Change your formula to :


=IF(A1=B1,HYPERLINK("#A1","Check"),HYPERLINK("#B1","Check"))


The '#' sign is required before cell addresses in the HYPERLINK function.


Narayan
 
hi Narayank991


Thank a lot dear its working fine.....its something like HTML link to go on the same page but another location..


Appriciated..


Regards

Istiyak
 
Back
Top