If stmt - go to

M

MM

I would like to create an 'if' statement which includes
the condition if the statement is true, then 'go to' a
new location.

Is this possible???
 
D

Dave Peterson

How about a worksheet function:

=IF(A1="asdf",HYPERLINK("#"&CELL("address",'sheet 1'!A4),"go1"),
HYPERLINK("#"&CELL("address",'sheet 2'!C9),"go2"))
(One cell)

(I used two sheet names with spaces--just to show the apostrophes.)

You may want to modify the cell's style to be hyperlink. (Format|Cells|Style)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top