Sign in to join the conversation:
I need to be able to calculate the first and last days of the year based upon the current date. Can someone help me out?
You don't really need to update anything other than the year right?
=date(year(today()),1,1) is the first day of the year
=date(year(today()),12,31) is the last day of the year
Correct,
Perfect, Thank you!
Hello Community, Looking for some help today to figure out how to correct time zone differences with dates. I have set up an Automation workflow to remove future dates in schedules and send notifications to the PMs. This would prevent future dates being collected in reports and dashboards. The settings for the Owner…
I have written an automation that moves content from one sheet to another when certain criteria are met. I thought the cell history came across with the row but when I click on "View Cell History" after it is moved, I only get the history for the move and nothing prior. Is this working as designed?
How do I get a row on a Gantt chart to show the earliest date from amongst a set of predecessors? I have a gantt chart where I want one row to display a 0-duration task with the earliest start date from amongst five predecessors. I've entered them as start-to-start predecessors, so in theory it should start when the…