Mid Date between 2 dates
Hello,
Can anyone help me with a formula to find the mid date between 2 dates. Like what will be the mid date between 1st Jan 2021 and 31st March 2021.
Best Answer
-
Hi @Preeti Kumar
Hope you are fine, the following sample explain the formula you need.
1- Fin date, start date, mid date are Date type columns.
2- Duration is text/number type column
3- calculate Duration using this formula =[Fin Date]@row - [Start Date]@row
4- calculate mid date using this formula =[Start Date]@row + (Duration@row / 2)
5- you can convert the Duration & mid date to column formula to.
following screen shot show the sample:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
Answers
-
Hi @Preeti Kumar
Hope you are fine, the following sample explain the formula you need.
1- Fin date, start date, mid date are Date type columns.
2- Duration is text/number type column
3- calculate Duration using this formula =[Fin Date]@row - [Start Date]@row
4- calculate mid date using this formula =[Start Date]@row + (Duration@row / 2)
5- you can convert the Duration & mid date to column formula to.
following screen shot show the sample:
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thank you for the help!! It's working.
-
Welcome @Preeti Kumar
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Hello! I used this function and it is working great for most of my needs. However, I'm wondering if there is a way to combine this with the WORKDAY to only return a workday as the result? I am setting up reminders to contact the project teams about the budget on the midpoint between the start and finish of a project --- but sometimes this exact midpoint lands on a Saturday. Is there a way to return the closest business day (M-F)?
Thanks!
-
Hi @EJ
Yes! WORKDAY is the exact function to use in this situation.
Instead of:
=[Start Date]@row + (Duration@row / 2)
Try:
=WORKDAY([Start Date]@row, ROUND(Duration@row / 2))
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
@Genevieve P. Thank you so much! That worked perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!