can i format teh results of datebetween into years and months?
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
2 Answers
See if this helps. I couldn't think of a way that keeps the month and the year, but there's a way to show up the months:
concat(format(abs(dateBetween(prop("Start date"), prop("End date"), "months"))) + " months")
Or even, if you just want the number:
abs(dateBetween(prop("Start date"), prop("End date"), "months"))
Hi, this formula will give you Years and Months between the set dates.
E.g. if the "Start date" was December 4th 2020 and the "End date" was July 17th 2023 the result would show:
3 Years 7 Months
concat(format(abs(floor(dateBetween(prop("Start date"), prop("End date"), "months") / 12))), " Years ", format(abs(mod(dateBetween(prop("Start date"), prop("End date"), "months"), 12))), " Months")
Related questions
- Countdown (Years, Months, Weeks, Days, Hours, and Minutes)
- Same date for start and finish properties to result in an output of 1
- Counting the number of days in a date range based on the year (how to split day between 2023 and 2024)
- Help with formula for recurring date and date formating
- Using start() and end() nested in if function nested in dateBetween function
Without Answer
-
- 119
- 0
- Nov 18
-
- 84
- 1
- Nov 18
-
- 86
- 1
- Nov 7
-
- 122
- 0
- Nov 5
-
- 224
- 1
- Sep 4
-
- 173
- 1
- Aug 26
-
- 503
- 1
- Jul 4
-
- 679
- 1
- May 14
- see all
Exclusive for Notion Answers Users
- • Dynamic Calendar Icon | Info | Download
- Add yours here
Recent Activities
polle answered 12 hours ago
How to autofill a column based on another column y…olivia asked 2 days ago
How to autofill a column based on another column y…polle answered Nov 21
Forwarding Messages to Notionamandabee asked Nov 21
Forwarding Messages to Notion
...