Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 153
Default Determining an annual review date from an employee start date

Hi,

I have four:

A = Name
B= Employee Start Date
C= 6monthReview
D= AnnualReview

I want to put a formula in columns C and D based off of the Employee
start date, but the dates that pop up in these columns need to be for
the current year. For example, if 'Bob' started on 1 May 2002, I need
for 1 May 08. I intend on applying conditional formatting to flag
reveiw dates as they approach, and I want to be able to sort the list
based on these dates. Thanks for any help.

Frank
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Determining an annual review date from an employee start date

In B2: Employee Start Date, eg: 1 May 2002

In C2:
=DATE(YEAR(TODAY()),MONTH(B2)+6,DAY(B2))

In D2:
=DATE(YEAR(TODAY()),MONTH(B2),DAY(B2))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Phrank" wrote in message
...
Hi,

I have four:

A = Name
B= Employee Start Date
C= 6monthReview
D= AnnualReview

I want to put a formula in columns C and D based off of the Employee
start date, but the dates that pop up in these columns need to be for
the current year. For example, if 'Bob' started on 1 May 2002, I need
for 1 May 08. I intend on applying conditional formatting to flag
reveiw dates as they approach, and I want to be able to sort the list
based on these dates. Thanks for any help.

Frank



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 153
Default Determining an annual review date from an employee start date

Beautiful. Thanks Max!

Frank

On Tue, 27 Nov 2007 21:10:21 +0800, "Max"
wrote:

In B2: Employee Start Date, eg: 1 May 2002

In C2:
=DATE(YEAR(TODAY()),MONTH(B2)+6,DAY(B2))

In D2:
=DATE(YEAR(TODAY()),MONTH(B2),DAY(B2))

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Determining an annual review date from an employee start date

welcome, Frank
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Phrank" wrote in message
...
Beautiful. Thanks Max!

Frank



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
variable annual wage increases based on start date spence Excel Worksheet Functions 7 April 24th 07 03:38 AM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Worksheet Functions 2 April 21st 06 02:50 AM
Formula for determining if two date columns fall within specific date range Igottabeme Excel Discussion (Misc queries) 1 April 20th 06 10:03 PM
Recurring annual events using a specific date as a trigger date Bamboozled Excel Worksheet Functions 1 June 6th 05 01:44 PM
Employee review form mbernal Excel Worksheet Functions 1 November 20th 04 07:57 PM


All times are GMT +1. The time now is 06:16 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"