+ Reply to Thread
Results 1 to 11 of 11

Hyperlink to today's date

  1. #1
    Forum Contributor
    Join Date
    06-29-2016
    Location
    Bristol, England
    MS-Off Ver
    2007
    Posts
    355

    Hyperlink to today's date

    Hi,

    With your help I now know how to hyperlink to a specific cell in a specific sheet.

    I would like to hyperlink to the cell with today's date in it (it is in column A). I know how to use Today(), but how do I assemble the hyperlink address to point to that specific cell?

    Thanks as always

    K

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

    Re: Hyperlink to today's date

    Assuming this is on Sheet1...

    =HYPERLINK("#Sheet1!A"&MATCH(TODAY(),A:A,0),"Today")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.92 for Mac MS 365
    Posts
    8,620

    Re: Hyperlink to today's date

    Must be more to this than I'm imagining but, open both sheets, in the sheet you want the link to the other cell, put your cursor in it and hit =, then go to the other sheet with the date in it and click on that cell, then hit enter and it will build the link. But you know, today should be equal in both sheets and I'm not certain but pretty sure that the hyperlinked sheet will not update with today's date unless you open it so it will likely only show the last date that coincides with the last date it was opened.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Forum Contributor
    Join Date
    06-29-2016
    Location
    Bristol, England
    MS-Off Ver
    2007
    Posts
    355

    Re: Hyperlink to today's date

    Quote Originally Posted by Tony Valko View Post
    Assuming this is on Sheet1...

    =HYPERLINK("#Sheet1!A"&MATCH(TODAY(),A:A,0),"Today")
    I can't get this to work, but I'll work on it now I know the structure. Thanks

  5. #5
    Forum Contributor
    Join Date
    06-29-2016
    Location
    Bristol, England
    MS-Off Ver
    2007
    Posts
    355

    Re: Hyperlink to today's date

    Quote Originally Posted by Sambo kid View Post
    Must be more to this than I'm imagining but, open both sheets, in the sheet you want the link to the other cell, put your cursor in it and hit =, then go to the other sheet with the date in it and click on that cell, then hit enter and it will build the link. But you know, today should be equal in both sheets and I'm not certain but pretty sure that the hyperlinked sheet will not update with today's date unless you open it so it will likely only show the last date that coincides with the last date it was opened.
    This just gives me the date number for today(). ? (42619)

  6. #6
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.92 for Mac MS 365
    Posts
    8,620

    Re: Hyperlink to today's date

    you can add text to it, so it would look like =TEXT([location of other cell],"mm/dd/yyyy") and it will look like a date. Or format the cell as date.

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

    Re: Hyperlink to today's date

    Quote Originally Posted by Trebor777 View Post
    I can't get this to work, but I'll work on it now I know the structure.
    What sheet are the dates on?

    Where (exactly) do you want the hyperlink to appear?

  8. #8
    Forum Contributor
    Join Date
    06-29-2016
    Location
    Bristol, England
    MS-Off Ver
    2007
    Posts
    355

    Re: Hyperlink to today's date

    Tony, thanks. The hyperlink is in the 1st sheet, called 'Index'. The dates are in 'Register.' I've modified your formula accordingly. I assume that the A:A in your function is the range name?

    The formula ="A"&MATCH(TODAY(),Register!A1:Register!A10000,0) gives me the correct cell, A18 in this case. All I need to do now is include this in the Hyperlink.

    Am I on the right road ?

    Thanks

    K

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

    Re: Hyperlink to today's date

    Try this...

    =HYPERLINK("#Register!A"&MATCH(TODAY(),Register!A:A,0),"Today")

  10. #10
    Forum Contributor
    Join Date
    06-29-2016
    Location
    Bristol, England
    MS-Off Ver
    2007
    Posts
    355

    Re: Hyperlink to today's date

    Yes! That works, mega thanks.

    Does the A:A refer to the entire column? I assume so.

    I was close i think, but you beat me to it I had too many " and too many &

    Thanks again

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

    Re: Hyperlink to today's date

    Quote Originally Posted by Trebor777 View Post
    Does the A:A refer to the entire column? I assume so.
    Yes

    Thanks again
    You're welcome!

+ 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: 10
    Last Post: 09-06-2023, 08:19 PM
  2. [SOLVED] Sumif from date (Today or greater than today) to last date
    By thilag in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-23-2015, 03:53 AM
  3. [SOLVED] Formula to compare date (including month and year) from a listed date to today's date
    By mhewitson15 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-11-2014, 05:31 PM
  4. [SOLVED] Hyperlink to jump to today's date
    By marcimarc in forum Excel General
    Replies: 3
    Last Post: 12-19-2013, 10:31 AM
  5. Add 7 days from today when Hyperlink is clicked
    By biznez in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-24-2013, 04:03 PM
  6. condit. format: If date in cell = today, display "Today"
    By ratkins in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-14-2013, 01:33 PM
  7. Replies: 6
    Last Post: 08-08-2011, 08:32 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