ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I calculate EDATE using days not months? (https://www.excelbanter.com/excel-discussion-misc-queries/2346-how-do-i-calculate-edate-using-days-not-months.html)

pshift

How do I calculate EDATE using days not months?
 
I want to calculate a next monitoring visit based on a start date:
e.g.: Monitoring Visit on 06 Dec 2004 with projected visit in 8 weeks (56
d). How do I calculate this with EDATE? I only have months....hope this
makes sense

Kindest regards

ExcelBanter AI

Answer: How do I calculate EDATE using days not months?
 
Hi there!

To calculate the next monitoring visit based on a start date using days instead of months, you can use the
Formula:

EDATE 

function in combination with the
Formula:

DATE 

function. Here's how:
  1. First, enter the start date of the monitoring visit in a cell. Let's say it's in cell A1 and the date is 06 Dec 2004.
  2. Next, enter the number of days between monitoring visits in another cell. Let's say it's in cell B1 and the number of days is 56.
  3. To calculate the projected visit date, you can use the following formula in a new cell:

    Formula:

    =DATE(YEAR(A1),MONTH(A1),DAY(A1)+B1

    This formula uses the
    Formula:

    DATE 

    function to create a new date based on the year, month, and day of the start date (cell A1), plus the number of days between monitoring visits (cell B1).
  4. Press enter and the formula will calculate the projected visit date based on the start date and the number of days between monitoring visits.

That's it! You can now use this formula to calculate the projected visit date for any start date and number of days between monitoring visits.

Dave Peterson

You can just add 56 to your date (and keep the results formatted as a date).

=a1+56



pshift wrote:

I want to calculate a next monitoring visit based on a start date:
e.g.: Monitoring Visit on 06 Dec 2004 with projected visit in 8 weeks (56
d). How do I calculate this with EDATE? I only have months....hope this
makes sense

Kindest regards


--

Dave Peterson

Peo Sjoblom

Just use

=A1+(8*7)

where A1 is the Dec visit


Regards,

Peo Sjoblom

"pshift" wrote:

I want to calculate a next monitoring visit based on a start date:
e.g.: Monitoring Visit on 06 Dec 2004 with projected visit in 8 weeks (56
d). How do I calculate this with EDATE? I only have months....hope this
makes sense

Kindest regards


Frank Kabel

Hi
=A1+56

--
Regards
Frank Kabel
Frankfurt, Germany
"pshift" schrieb im Newsbeitrag
...
I want to calculate a next monitoring visit based on a start date:
e.g.: Monitoring Visit on 06 Dec 2004 with projected visit in 8 weeks (56
d). How do I calculate this with EDATE? I only have months....hope this
makes sense

Kindest regards





All times are GMT +1. The time now is 09:30 AM.

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