Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
todaysDate = date()
firstThis = dateserial(year(todaysDate), month(todaysDate), 1)
firstNext = dateadd("m", 1, firstThis)
=DateSerial(Year(Date()),1+Month(Date()),1)