View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Is there a go to function in excell

You can only do this by using an event macro which of course can be turned
off when the user opens the workbook

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com


"Copper6203" wrote in message
...
Is there a "go to" function in Excel? What I want to do is have a
conditional
if statement where if data in the previous cell equals a given variable,
then
you would be automatically redirected to another cell.

This is what I'm trying to do: =if(c11="x",go to d11)

Thanks in advance!!!!