ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Middle date of two dates (https://www.excelbanter.com/excel-discussion-misc-queries/218458-middle-date-two-dates.html)

Mally

Middle date of two dates
 
Using a formula, how do I calculate the middle date of two dates?

e.g. What is the centre date of 07/08/08 and 15/05/09?

T. Valko

Middle date of two dates
 
Depending on how accurate you want to be...

A1 = 07/08/08
B1 = 15/05/09

=MEDIAN(A1:B1)

=ROUND(AVERAGE(A1:B1),0)

The first one returns 25/12/2008

The second one returns 26/12/2008


--
Biff
Microsoft Excel MVP


"Mally" wrote in message
...
Using a formula, how do I calculate the middle date of two dates?

e.g. What is the centre date of 07/08/08 and 15/05/09?




Mally

Middle date of two dates
 
Thank you for your help

"T. Valko" wrote:

Depending on how accurate you want to be...

A1 = 07/08/08
B1 = 15/05/09

=MEDIAN(A1:B1)

=ROUND(AVERAGE(A1:B1),0)

The first one returns 25/12/2008

The second one returns 26/12/2008


--
Biff
Microsoft Excel MVP


"Mally" wrote in message
...
Using a formula, how do I calculate the middle date of two dates?

e.g. What is the centre date of 07/08/08 and 15/05/09?





T. Valko

Middle date of two dates
 
You're welcome!

--
Biff
Microsoft Excel MVP


"Mally" wrote in message
...
Thank you for your help

"T. Valko" wrote:

Depending on how accurate you want to be...

A1 = 07/08/08
B1 = 15/05/09

=MEDIAN(A1:B1)

=ROUND(AVERAGE(A1:B1),0)

The first one returns 25/12/2008

The second one returns 26/12/2008


--
Biff
Microsoft Excel MVP


"Mally" wrote in message
...
Using a formula, how do I calculate the middle date of two dates?

e.g. What is the centre date of 07/08/08 and 15/05/09?








All times are GMT +1. The time now is 09:08 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com