Hi
I have a formula
DATEADD({Kick off},{Time Estimate (Fibonacci Minutes)},"minutes")
- {Kick off} is an date field set to ISO and 24 hour time
- {Time Estimate (Fibonacci Minutes)} is a drop down with a Fibonacci sequence
I want the DATEADD formula above to return the expected job completion date and time so that I can feed it straight into my calendar. Weirdly, it's an hour out.
For eg a kick off date of 2023-05-10 00:01 with a fibonacci of 21 returns 2023-05-09 23:22, when it should be 2023-05-10 00:22.
Any ideas?