• 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.

How to create Hyperlink with if condition in excel

Karun

New Member
If a cell value Eg. "A1" is above 3, only then the hyperlink should execute otherwise it should display a message box mentioning pls enter valid no.
 
Could write it into a formula. How about something like this:

=IF(A1>3,HYPERLINK("http://www.google.com","Click here"),"Please enter valid no")
 
Back
Top