+ Reply to Thread
Results 1 to 7 of 7

Making A Hyperlink in a Cell

  1. #1
    Registered User
    Join Date
    07-14-2014
    Location
    KARACHI
    MS-Off Ver
    2013
    Posts
    3

    Making A Hyperlink in a Cell

    Hi all,


    I am making a Human Resource Pay Roll in MS EXCELL 2013,

    I want a Drop Down List of all the Employees ID's in it and when I select one ID from that list it should go to the corresponding Employees Time Sheet which is prepared on the same work book but on different sheet
    Last edited by sohaillasi; 07-14-2014 at 02:29 PM.

  2. #2
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Making A Hyperlink in a Cell

    Please upload a sample file showing what you'd like to accomplish.

  3. #3
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Making A Hyperlink in a Cell

    This example creates a hyperlink
    To: cell A1
    On: the sheet named MySheet
    In: the current workbook

    A1: The hyperlink text to display: Click Me
    B1: The sheet to link: MySheet

    This formula creates the hyperlink
    C1: =HYPERLINK("#'"&B1&"'!A1",A1)

    Note the hash mark (#) before the sheet name
    (The apostrophes would be needed whenever the sheet name contains spaces)

    Now, when you click on cell C1...you will go to cell A1 on the sheet named MySheet

    Is that something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  4. #4
    Registered User
    Join Date
    07-14-2014
    Location
    KARACHI
    MS-Off Ver
    2013
    Posts
    3

    Re: Making A Hyperlink in a Cell

    Hi all,


    I am making a Human Resource Pay Roll in MS EXCELL 2013,

    I want a Drop Down List of all the Employees ID's in it and when I select one ID from that list it should go to the corresponding Employees Time Sheet which is prepared on the same work book but on different sheet

  5. #5
    Registered User
    Join Date
    12-17-2013
    Location
    South Carolina
    MS-Off Ver
    Excel 2010
    Posts
    10

    Re: Making A Hyperlink in a Cell

    Right Click on the cell --> Select "Hyperlink" --> Then make your way to the file you want to link to the employee name and double click the file name. If you're using something based on data validation you will need to create the hyperlink on the lookup tab.
    Last edited by FaithH; 07-14-2014 at 02:54 PM.

  6. #6
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Making A Hyperlink in a Cell

    The DV list won't be a hyperlink.
    If you want that functionality you will need to use a macro. If that would be the only VBA code in the workbook, you may just want to instruct users to select a name from the list...then click the hyperlink next to the selection cell.

    Does that help?

  7. #7
    Registered User
    Join Date
    07-14-2014
    Location
    KARACHI
    MS-Off Ver
    2013
    Posts
    3

    Re: Making A Hyperlink in a Cell

    how can I use macro for this ? can any one help me

+ 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. Replies: 6
    Last Post: 09-05-2022, 12:27 AM
  2. Replies: 3
    Last Post: 01-10-2013, 10:17 AM
  3. problem with making a hyperlink
    By dschmitt in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-11-2010, 05:28 AM
  4. Making a hyperlink from a formula
    By protocoledu in forum Excel General
    Replies: 6
    Last Post: 12-17-2009, 09:07 AM
  5. making a cell a hyperlink
    By ravihotwok in forum Excel General
    Replies: 10
    Last Post: 06-02-2009, 09:16 AM

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