K Karun New Member Oct 1, 2012 #1 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.
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.
Luke M Excel Ninja Staff member Oct 1, 2012 #2 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")
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")