Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 115
Default formula for specific dates based on another date in worksheet

I have an exit date for a client and must do follow up each 60, 90 and 120
dates. How do I write a formula that reads the exit date and calculates in a
field for 60, 90 and 120 dates?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 380
Default formula for specific dates based on another date in worksheet

=A2+60

etc.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
I have an exit date for a client and must do follow up each 60, 90 and 120
dates. How do I write a formula that reads the exit date and calculates in

a
field for 60, 90 and 120 dates?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 115
Default formula for specific dates based on another date in worksheet

Here's a twist to this formula---If a client exits on 4/3/06, I need to
review their progress at least 60 workdays later but in the next quarter. So
how do I calculate quarter end then add the 60 days?

"Bob Phillips" wrote:

=A2+60

etc.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
I have an exit date for a client and must do follow up each 60, 90 and 120
dates. How do I write a formula that reads the exit date and calculates in

a
field for 60, 90 and 120 dates?




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default formula for specific dates based on another date in worksheet

If the exit date is in cell A2, quarter end from exit date plus 60 days would
be:
=DATE(YEAR(A2),INT((MONTH(A2)-1)/3)*3+4,60)

-Simon


"Carol" wrote:

Here's a twist to this formula---If a client exits on 4/3/06, I need to
review their progress at least 60 workdays later but in the next quarter. So
how do I calculate quarter end then add the 60 days?

"Bob Phillips" wrote:

=A2+60

etc.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
I have an exit date for a client and must do follow up each 60, 90 and 120
dates. How do I write a formula that reads the exit date and calculates in

a
field for 60, 90 and 120 dates?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 380
Default formula for specific dates based on another date in worksheet

=DATE(YEAR(A2),(INT((MONTH(A2)-1)/3)+1)*3+1,0)+60

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
Here's a twist to this formula---If a client exits on 4/3/06, I need to
review their progress at least 60 workdays later but in the next quarter.

So
how do I calculate quarter end then add the 60 days?

"Bob Phillips" wrote:

=A2+60

etc.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
I have an exit date for a client and must do follow up each 60, 90 and

120
dates. How do I write a formula that reads the exit date and

calculates in
a
field for 60, 90 and 120 dates?








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 115
Default formula for specific dates based on another date in worksheet

So now what part of the formula do I need to change to get 90 and 120 days?

"Bob Phillips" wrote:

=DATE(YEAR(A2),(INT((MONTH(A2)-1)/3)+1)*3+1,0)+60

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
Here's a twist to this formula---If a client exits on 4/3/06, I need to
review their progress at least 60 workdays later but in the next quarter.

So
how do I calculate quarter end then add the 60 days?

"Bob Phillips" wrote:

=A2+60

etc.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
I have an exit date for a client and must do follow up each 60, 90 and

120
dates. How do I write a formula that reads the exit date and

calculates in
a
field for 60, 90 and 120 dates?






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 380
Default formula for specific dates based on another date in worksheet

The 60 at the end.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
So now what part of the formula do I need to change to get 90 and 120

days?

"Bob Phillips" wrote:

=DATE(YEAR(A2),(INT((MONTH(A2)-1)/3)+1)*3+1,0)+60

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
Here's a twist to this formula---If a client exits on 4/3/06, I need

to
review their progress at least 60 workdays later but in the next

quarter.
So
how do I calculate quarter end then add the 60 days?

"Bob Phillips" wrote:

=A2+60

etc.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Carol" wrote in message
...
I have an exit date for a client and must do follow up each 60, 90

and
120
dates. How do I write a formula that reads the exit date and

calculates in
a
field for 60, 90 and 120 dates?








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
Formula to Indicate name of day (Sunday, Monday etc..) based on a Date dannboy213 Excel Discussion (Misc queries) 4 January 31st 06 07:37 PM
Worksheet name / reference as a formula? gabriel_e Excel Discussion (Misc queries) 4 January 24th 06 12:23 PM
Formula for If Term is on Certain Date then Count Krisjhn Excel Worksheet Functions 3 August 30th 05 07:57 PM
formula to calculate a column based on dates in a different colum. Pam Excel Worksheet Functions 1 April 7th 05 07:59 PM
How do I write a formula to color code based on dates provided or. jaime Excel Worksheet Functions 2 February 17th 05 12:41 AM


All times are GMT +1. The time now is 07:40 PM.

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

About Us

"It's about Microsoft Excel"