+ Reply to Thread
Results 1 to 5 of 5

I want to click on a cell and for it to take me where the formula is coming from

  1. #1
    Registered User
    Join Date
    12-28-2012
    Location
    Santa Maria
    MS-Off Ver
    Excel 2010
    Posts
    3

    I want to click on a cell and for it to take me where the formula is coming from

    Hello,

    Please help me in solving this issue. I forgot what I need to do so that when I click on a cell that has the formula =D2900 it takes me to cell D2900. I am trying to avoid scrolling up and down, that will take me all day. I appreciate your help.

    Thank you,
    Eliana

  2. #2
    Valued Forum Contributor
    Join Date
    09-10-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    929

    Re: I want to click on a cell and for it to take me where the formula is coming from

    Press F5, type your address in the Reference box

  3. #3
    Forum Expert
    Join Date
    07-16-2010
    Location
    Northumberland, UK
    MS-Off Ver
    Excel 2007 (home), Excel 2010 (work)
    Posts
    3,054

    Re: I want to click on a cell and for it to take me where the formula is coming from

    This bit of code should do the job...

    Please Login or Register  to view this content.
    It needs to be inserted correctly to work ...

    With the workbook you want this code to work on open (and it will be easier if only that workbook is open):

    1. Press Alt-F11 to open the VB editor
    2. The sheets of the workbook will be listed on the left, double-click on the sheet you want to apply this code to - a blank text editor will open.
    3. In the drop-down at the top left of the editor select "Worksheet"
    4. The first and last lines of my code will appear automatically, paste the rest of the code in between them.
    5. Close the VB editor by pressing the red cross at the top-right.
    6. Sorted.

  4. #4
    Registered User
    Join Date
    12-28-2012
    Location
    Santa Maria
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: I want to click on a cell and for it to take me where the formula is coming from

    Thank you for your quick response, this helped a lot. =) Happy Holidays.

  5. #5
    Registered User
    Join Date
    12-28-2012
    Location
    Santa Maria
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: I want to click on a cell and for it to take me where the formula is coming from

    Quote Originally Posted by djapigo View Post
    Press F5, type your address in the Reference box
    Thank you, Happy Holidays. =)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1