#1   Report Post  
USCBrad
 
Posts: n/a
Default Date calculation

I have a worksheet with employees. Some new some old. A new hire is
considered to have been employed for a period of 6 months. I would like a
formula that takes the current date, the hire date and calculates if the
current date is 180 day greater than the hire date. If it is true I would
like a cell to contain a blank or if it is false I would like the cell to
contain the letter N.

I created =IF(TODAY()(DATE(2005/05/01)+180)," ","N"). By its part they
work but as a whole I have problems. Can some one please help.
  #3   Report Post  
Duke Carey
 
Posts: n/a
Default

try:

=IF(TODAY()-180hire date,"","N")


"USCBrad" wrote:

I have a worksheet with employees. Some new some old. A new hire is
considered to have been employed for a period of 6 months. I would like a
formula that takes the current date, the hire date and calculates if the
current date is 180 day greater than the hire date. If it is true I would
like a cell to contain a blank or if it is false I would like the cell to
contain the letter N.

I created =IF(TODAY()(DATE(2005/05/01)+180)," ","N"). By its part they
work but as a whole I have problems. Can some one please help.

  #4   Report Post  
USCBrad
 
Posts: n/a
Default

Thanks Duke that was perfect. Appreciate it.

"Duke Carey" wrote:

try:

=IF(TODAY()-180hire date,"","N")


"USCBrad" wrote:

I have a worksheet with employees. Some new some old. A new hire is
considered to have been employed for a period of 6 months. I would like a
formula that takes the current date, the hire date and calculates if the
current date is 180 day greater than the hire date. If it is true I would
like a cell to contain a blank or if it is false I would like the cell to
contain the letter N.

I created =IF(TODAY()(DATE(2005/05/01)+180)," ","N"). By its part they
work but as a whole I have problems. Can some one please help.

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
date calculation issues mike richard Excel Discussion (Misc queries) 3 June 14th 05 02:59 AM
date calculation issues mike richard Excel Worksheet Functions 1 June 13th 05 08:12 PM
Quick date calculation functions Grey Excel Worksheet Functions 3 March 14th 05 03:01 AM
date calculation Juco Excel Worksheet Functions 1 February 12th 05 05:31 PM
Date Calculation Mukund Excel Worksheet Functions 3 January 11th 05 11:29 AM


All times are GMT +1. The time now is 07:33 AM.

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"