- Joined
- Feb 1, 2003
- Messages
- 1,221
I've got a spreadsheet for work that's a large scheduling calendar for the whole year. In cell A1, I've got a hyperlink called "today" and that makes the curser jump to the cell that has today's date in it. Only thing is, I have to update the pointer everyday to the current date...:grumpy:
I'm trying to set up a dynamic hyperlink that compares tha cells in column A to today's date and updates itself...
This is what I have so far, but it's erroring out on me:
=HYPERLINK("[Midwest CY07.xls]'Install Master' ADDRESS((MATCH(TODAY(),A1:A33,1))","today")
[Midwest CY07 is the File name, Install Master is the sheet name]
Any ideas?
I'm trying to set up a dynamic hyperlink that compares tha cells in column A to today's date and updates itself...
This is what I have so far, but it's erroring out on me:
=HYPERLINK("[Midwest CY07.xls]'Install Master' ADDRESS((MATCH(TODAY(),A1:A33,1))","today")
[Midwest CY07 is the File name, Install Master is the sheet name]
Any ideas?