Forum Discussion

TamaraJ613's avatar
TamaraJ613
Copper Contributor
Sep 20, 2023
Solved

Formula assistance 50% between two dates

Hello Excel Subject Matter Experts! I need assistance creating a formula to find the halfway point between two dates.   Example if CELL C2 contains: the start date: 3/1/2023 and CELL C3 contains ...
  • NikolinoDE's avatar
    Sep 20, 2023

    TamaraJ613 

    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.

Resources