Hi all
I have a list of dates into the future in column A and a list of corresponding week numbers in column B.
I am able to click and go directly to today’s date using
=HYPERLINK("#a"&MATCH(TODAY(),A:A,0),"GO TO TODAY"). I would like to be able to go to the next 'Planning Week' depending upon which day of the week today is – if today is Mon to Thu I want to go to next week, if Fri to Sun, then to the following week. I have tried this formula =HYPERLINK("#b"&MATCH(IF(weekday<5,(WEEKNUM(TODAY())),(WEEKNUM(TODAY()+1)),A:A,0)),"GO TO NEXT WEEK") but no success. Any help much appreciated.
Regards
Mark
I have a list of dates into the future in column A and a list of corresponding week numbers in column B.
I am able to click and go directly to today’s date using
=HYPERLINK("#a"&MATCH(TODAY(),A:A,0),"GO TO TODAY"). I would like to be able to go to the next 'Planning Week' depending upon which day of the week today is – if today is Mon to Thu I want to go to next week, if Fri to Sun, then to the following week. I have tried this formula =HYPERLINK("#b"&MATCH(IF(weekday<5,(WEEKNUM(TODAY())),(WEEKNUM(TODAY()+1)),A:A,0)),"GO TO NEXT WEEK") but no success. Any help much appreciated.
Regards
Mark