Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Need a formulea for calculating a month

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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Need a formulea for calculating a month

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

"drizzy" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Need a formulea for calculating a month

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



"T. Valko" wrote:

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

"drizzy" wrote in message
...
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




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Need a formulea for calculating a month

Just subtract 1 day:

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

Biff

"drizzy" wrote in message
...
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



"T. Valko" wrote:

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

"drizzy" wrote in message
...
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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating Month To Date Revenue Mike Excel Worksheet Functions 4 January 31st 06 03:57 PM
Calculating Month Name RestlessAde Excel Discussion (Misc queries) 2 August 1st 05 10:10 PM
filter list of text for unique entries using formulea The Nephalim Excel Worksheet Functions 1 June 17th 05 12:16 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM
Calculating days in a month STFC Excel Discussion (Misc queries) 23 January 26th 05 05:58 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"