Hi to all
I need some help to fix a formula that I use from this post.
I have some sheets with dates in column A (pic 1) and some in rows (pic 2)
I need that a hyperlink will jump to a date TODAY() if exist in pointed sheet and if not exist it will just point to A2
I tried like this:
but it not working...
L2 - the name of sheet
Can someone help me create correct formula ?
Thanks
I need some help to fix a formula that I use from this post.
I have some sheets with dates in column A (pic 1) and some in rows (pic 2)
I need that a hyperlink will jump to a date TODAY() if exist in pointed sheet and if not exist it will just point to A2
I tried like this:
Code:
=HYPERLINK("#'"&L2&"'!"&ADDRESS(1,(WORKDAY.INTL(TODAY(),0)),"Open link")
L2 - the name of sheet
Can someone help me create correct formula ?
Thanks