Forum Discussion
abo999
Jun 14, 2022Copper Contributor
Displaying multiple timezones for tasks
Here is my scenario: I'm lead PM with a team working on systems maintenance over the course of a given weekend. The maintenance will run 24 hours/day over the weekend, and involves work in both N...
- Jun 14, 2022abo999,
What version of Project are you using? What version if the US based PM using?
Your custom field formula works fine for me (US based) but simply adding raw numbers doesn't always work. I suggest you use this formula in custom Start and Finish fields:
Start1=dateadd("h",7,[Start])
Hope this helps.
John
John-project
Jun 14, 2022Silver Contributor
abo999,
You're welcome and thanks for the feedback. Let us know how it works.
John
You're welcome and thanks for the feedback. Let us know how it works.
John
abo999
Jun 23, 2022Copper Contributor
Thanks John, I've had some feedback and it appears this has worked, the error message is not showing. The only thing is, it does not calculate for summary tasks. It doesn't matter for this particular job, but I'd like to know why!
- John-projectJun 23, 2022Silver Contributor
In the Custom Fields window make sure you have checked "Calculation for group and summary rows" to "Use formula".
John
- abo999Jun 23, 2022Copper ContributorWhy didn't I spot that??? 😄 Thanks again, that has completely answered my questions and future maintenance weekends will be a bit smoother!