Forum Discussion
Formula assistance 50% between two dates
- Sep 20, 2023
You can find the halfway point between two dates in Excel by calculating the average of the two dates. Here is a formula to do that:
Assuming the start date is in cell C2 and the end date is in cell C3, you can use the following formula in cell C4 to calculate the halfway point:
=(C2 + C3) / 2
This formula adds the start date (C2) and the end date (C3) together and then divides the result by 2 to find the average, which gives you the halfway point between the two dates.
In your example, if C2 contains 3/1/2023 and C3 contains 3/30/2023, the formula in C4 would return 3/15/2023.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark them as helpful and like it!
This will help all forum participants.
You can find the halfway point between two dates in Excel by calculating the average of the two dates. Here is a formula to do that:
Assuming the start date is in cell C2 and the end date is in cell C3, you can use the following formula in cell C4 to calculate the halfway point:
=(C2 + C3) / 2
This formula adds the start date (C2) and the end date (C3) together and then divides the result by 2 to find the average, which gives you the halfway point between the two dates.
In your example, if C2 contains 3/1/2023 and C3 contains 3/30/2023, the formula in C4 would return 3/15/2023.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark them as helpful and like it!
This will help all forum participants.
- TamaraJ613Sep 20, 2023Copper ContributorThank you so much! I knew it was an easy formula - I was totally overthinking it. This is working perfectly!