Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

How to open sheets to a specific tab based on days of the week?

$
0
0

I have a file with 7 tabs or sheets each of them represent a day of the week (Monday to Sunday). In each day (Tab) a have this formula in B2 to show the day of the week if it is today...

=IF(WEEKDAY(TODAY(),2) = 1, "Monday", IF(FALSE, "True", ))=IF(WEEKDAY(TODAY(),2) = 2, "Tuesday", IF(FALSE, "True", ))=IF(WEEKDAY(TODAY(),2) = 3, "Wednesday", IF(FALSE, "True", ))=IF(WEEKDAY(TODAY(),2) = 4, "Thursday", IF(FALSE, "True", ))=IF(WEEKDAY(TODAY(),2) = 5, "Friday", IF(FALSE, "True", ))=IF(WEEKDAY(TODAY(),2) = 6, "Saturday", IF(FALSE, "True", ))=IF(WEEKDAY(TODAY(),2) = 7, "Sunday", IF(FALSE, "True", ))

I would like the document every time is open to open in the correspondent "Day of the week" Tab,

Is this possible with a script?

Here is the link to the Sheet:
https://docs.google.com/spreadsheets/d/1GI2R_KI6ujxK7g_jBEpcCoLZt6Fyqngri5CP3kEJNz8/edit?usp=sharing


Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>