Thread: Hyperlink
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default Hyperlink

Where do you get "exception"? Is that a value returned in your VLOOKUP?

If so, then you would do something like
=IF(VLOOKUP([arguments])="exception",[Do what you want to do in the exception
tab],[Enter your ELSE clause here]).

Hope that helps.

Dave
--
Brevity is the soul of wit.


"Wanna Learn" wrote:

I have the following formula in a cell, sometimes my answer will be "
exception "
=IF(ISNA(VLOOKUP(J38,'2006 Monthly
Sales'!$E$2:$Q$386,10,FALSE)),"",VLOOKUP(J38,'2006 Monthly
Sales'!$E$2:$Q$386,10,FALSE))

If the answer is "exception" I want it to automatically go to the exception
worksheet - How about a hyperlink to that sheet or is there another way?

thanks