Need a formulea for calculating a month

G

Guest

I trying to create a stats monitoring sheet and i need to calaculate the
target peiod

The target is to conduct the interview within 3 months of the start of the
month in which the interview became due.

IThe date that it is due will be given.
how do i tell excell to go back to the start of that month and then
calcualte a 3 month window from there?

Also i need both dates to be shown as the target window
 
T

T. Valko

how do i tell excell to go back to the start of that month

A1 = some date

=A1-DAY(A1)+1
then calcualte a 3 month window from there

Assume the above formula is in cell B1.

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

Biff
 
G

Guest

ta very much for that.

Is is hard to make it give me the day before the end of the 3 months? caus
ei need all action complete within the 3 months so the end of the 3rd month
would be a day too late
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top