+ Reply to Thread
Results 1 to 6 of 6

How to go to a Cell Address which is the result of a formula

  1. #1
    Registered User
    Join Date
    09-19-2016
    Location
    Ireland
    MS-Off Ver
    2007
    Posts
    10

    How to go to a Cell Address which is the result of a formula

    Hi folks,

    I have a spreadsheet of company names and Registration numbers which is in alphabetical order and runs to several thousand rows. In order to match a name to a number I have a cell where a user can type in the first few letters of a company name. Using VLOOKUP this gives you the Company Number just beneath. In the next cell beneath, I am using the CELL and MATCH functions to give me the cell address of the company, which gives me an absolute reference. So you will have something like this in the top couple of rows

    ABC Ltd
    T0029594T
    $B$128


    Now, I would like to go to this cell location onscreen. I know I can't jump direct to this cell without using VBA which isn't my forté, so I am wondering if there is any way I could use the HYPERLINK function? My less than ideal solution would be for the user to click on the cell address given and the sheet moves to that row or cell or whatever. Or for a new hyperlink to be created to the right of this cell using the given cell reference as the link, or something along these lines.

    I know you could press F5 and tyoe in the given cell reference but I would prefer a simpler option as I am dealing with a huge list of potential users with verying degress of Excel experience.

    Hoping there is a solution anyway!

    Thanks

    Joe

  2. #2
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: How to go to a Cell Address which is the result of a formula

    Try This

    =IF(A2="","",HYPERLINK("[Book1.xlsx]sheet1!"&A2,"Hyperlinking to Cell "&SUBSTITUTE(A2,"$","") ))

    See Attachment
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    09-19-2016
    Location
    Ireland
    MS-Off Ver
    2007
    Posts
    10

    Re: How to go to a Cell Address which is the result of a formula

    Once I figured out the workbook reference it worked like magic. Cheers! Now I'll spend the rest of the day trying to figure out why it works! Lol

    Thanks again.

  4. #4
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: How to go to a Cell Address which is the result of a formula

    I'm glad that I was able to assist you. If this completes your request, please mark the thread as Solved. Thanks

  5. #5
    Registered User
    Join Date
    05-20-2021
    Location
    Florida
    MS-Off Ver
    Office 365
    Posts
    2

    Re: How to go to a Cell Address which is the result of a formula

    Is there a way to jump to a cell in this way. Column a3:a160 hold numbers that correspond to lot numbers. I would like to input the lot number and then jump to the corresponding cell. Is that possible? And if it is, could you please give me a formula for that. I NEED HELP, pulling out the last few hairs I have.

  6. #6
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,598

    Re: How to go to a Cell Address which is the result of a formula

    @pheld3423,

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread

    This is your second one today with the same question
    Last edited by protonLeah; 05-20-2021 at 01:09 PM.
    Ben Van Johnson

+ 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. Ping IP Address and Write Result to next Cell
    By tomlancaster in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-12-2015, 06:06 PM
  2. [SOLVED] Replacing cell address in a formula with the result of ADDRESS function
    By CMG2 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-25-2014, 02:59 AM
  3. [SOLVED] Using function result as cell address
    By El_engineer in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-19-2013, 08:19 AM
  4. [SOLVED] OFFSET a cell address from a match result
    By Solidstan in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-25-2013, 04:04 PM
  5. [SOLVED] Return Cell Address of the min() formula result
    By ciprian in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-20-2013, 08:47 AM
  6. Cell Address from result of Min
    By scottylad2 in forum Excel General
    Replies: 5
    Last Post: 04-27-2011, 03:48 PM
  7. [SOLVED] How can I use the result from ADDRESS in another formula
    By Bill in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-27-2006, 10:45 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