command code ( GOTO command) in formula

  • Thread starter Thread starter calan
  • Start date Start date
C

calan

I had used an "IF " formula ( in cell C3) and get the result in cell F58.
Cell F58 is a blank cell with photo.
I need to screen to show cell F58 that is move the cursor to cell F58.
What is the command to be put in the "IF" formula?



Thank You

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...367c3255ef&dg=microsoft.public.excel.newusers
 
Hi calan

A formula can only return a result. It cannot initiate a move to another
cell.
You would either have to use VBA, or create a hyperlink in a cell which
could take you to another cell when clicked.
 
Back
Top