I would like to be able to Set a start date, add an amount of Effort, Add the Start Date and Effort to arrive at the end date. And adjust the Effort with burnup to Adjust the end date in real time. Is this possible so that I can see the results on a TimeLine?
Connect
Notion Answers
Help between Notion users
Register & Ask
It's free & easy
Get answers
Answers, votes & comments
Vote and select answers
Receive points, vote and give the solution
Question
1 Answer
I'm not sure about a timeline view, but you can definitely work with dates in a database formula. You want the dateAdd() function.
Here are some examples from the official documentation:
dateAdd(now(), 1, "days") = @August 31, 2023 5:55 PM
dateAdd(now(), 2, "months") = @October 30, 2023 5:55
PM
dateAdd(now(), 3, "years") = @August 30, 2026 5:55 PM
You can also reference fields as long as Effort
is numeric, and Start
is a date, you can do something like dateAdd(start, effort, "days")
Related questions
- Is there a way to automatically set start and end dates based on an embedded timeline
- Is there a way to get a timeline in the Calendar view?
- I want to create my customize time line notes for exam, is there any way in notion to create it?
- Is there a way to view the wordcount of an entire workspace, including all sub-pages and tables etc?
- Formula to calculate a date based on Task name and Check-in date
Without Answer
-
- 20
- 1
- 1 day ago
-
- 39
- 1
- 2 days ago
-
- 50
- 0
- Sep 19
-
- 74
- 0
- Sep 19
-
- 127
- 1
- Sep 15
-
- 125
- 0
- Sep 10
-
- 134
- 1
- Sep 4
-
- 131
- 1
- Aug 29
- see all
Exclusive for Notion Answers Users
- • Dynamic Calendar Icon | Info | Download
- Add yours here
Recent Activities
notionhq selected an answer 5 hours ago
How to change state after X time ?notionhq selected an answer 5 hours ago
How to start the week in a Monday with this formul…notionhq selected an answer 5 hours ago
How can I search by the content of the notes in a …notionhq selected an answer 5 hours ago
How can we set all of sub-item tasks always show u…Lizat asked 1 day ago
Hide db page but not the child pages on public sit…
...