• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Hyperlink to TODAY()

Emeng

Member
HI

I would like to create a hyperlink to take me to today’s date in a list of dates in the same worksheet. Any help much appreciated.

Regards Mark
 
Hi Mark ,


Define a named range called , say , TODAY , referring to :


=INDEX(List_of_dates,MATCH(TODAY(),List_of_dates,0))


where List_of_dates is the range containing a list of dates.


Now , in a cell , enter the formula :


=HYPERLINK("#today","TODAY's DATE")


Clicking on this hyperlink , will take you to the cell within the list , which contains today's date.


Narayan
 
Back
Top