+ Reply to Thread
Results 1 to 5 of 5

Going to referenced cell in A1

  1. #1
    Forum Contributor
    Join Date
    05-04-2015
    Location
    Atlanta GA
    MS-Off Ver
    2010
    Posts
    106

    Going to referenced cell in A1

    I have a schedule of games from A2 through A815. The game number being played is in A1. Let's say I'm on game 652 and want to view the results that show in row B652. How do I do this?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,457

    Re: Going to referenced cell in A1

    If you mean physically select the cell, press F5 key, type B652 in the dialogue box and press Enter.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Going to referenced cell in A1

    One way...

    This formula entered in C1:

    =IF(A1="","",INDEX(B:B,A1))

    Or, do you actually want a hyperlink that takes you to cell B652?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Going to referenced cell in A1

    There are a few ways of interpreting what you want. Here are a couple more to consider:

    1. If you want to go to B652, enter B652 in the Name Box (left of the formula bar) and hit enter.

    2. If the 652 is in A1, you could enter this where you want the contents of B652 =INDIRECT("B"&A1)
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Going to referenced cell in A1

    Quote Originally Posted by Tony Valko View Post

    Or, do you actually want a hyperlink that takes you to cell B652?
    Here's a hyperlink formula that when clicked will take you to cell B652...

    =HYPERLINK("#B"&A1,"Go")

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] making a control cell referenced (specific cell rather than ActiveCell )?
    By dredwolf in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-11-2012, 05:05 PM
  2. Replies: 1
    Last Post: 08-28-2012, 02:36 AM
  3. Sorting Referenced Cells in VBA and Keeping Them Referenced
    By BrownTeddyBear in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-08-2009, 06:15 AM
  4. [SOLVED] The absolute referenced cell does not move when source cell moves
    By johnc in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-08-2006, 01:40 PM
  5. [SOLVED] How do I double click a cell and jump to cell's referenced cell
    By JerryJuice in forum Excel General
    Replies: 2
    Last Post: 09-10-2005, 08:07 PM

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