#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default date formulas

I have a simple question. In one column I have employee start dates. I need
the column next to it to count down the days to one year employed.

i should see today:
1 column next column
03/01/09 339

tommorow it would show:

1 column next column
03/01/09 338
--
William
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default date formulas

Hi, assuming the date is located at cell A-1. You may use formula: 365-(today
()-A1).

If the outcome is a 'date' instead of a 'number', just right-click on the
cell, 'format cell' and change it to 'number'.

Hope this helps.


rwpatter1 wrote:
I have a simple question. In one column I have employee start dates. I need
the column next to it to count down the days to one year employed.

i should see today:
1 column next column
03/01/09 339

tommorow it would show:

1 column next column
03/01/09 338


--
Message posted via http://www.officekb.com

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default date formulas

=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))-TODAY()

Regards,
Stefi

rwpatter1 ezt *rta:

I have a simple question. In one column I have employee start dates. I need
the column next to it to count down the days to one year employed.

i should see today:
1 column next column
03/01/09 339

tommorow it would show:

1 column next column
03/01/09 338
--
William

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default date formulas

And format reult cell as General!
Stefi


rwpatter1 ezt *rta:

I have a simple question. In one column I have employee start dates. I need
the column next to it to count down the days to one year employed.

i should see today:
1 column next column
03/01/09 339

tommorow it would show:

1 column next column
03/01/09 338
--
William

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 Formulas JF[_2_] Excel Worksheet Functions 1 November 6th 07 11:29 PM
Date Formulas Alyssa Excel Discussion (Misc queries) 5 July 20th 07 06:12 PM
date formulas Karl Excel Discussion (Misc queries) 1 March 31st 07 05:30 AM
date formulas sunderland27 Excel Discussion (Misc queries) 2 April 24th 06 08:59 PM
Using formulas to determine date in one cell based on date in anot Gary Excel Worksheet Functions 2 November 22nd 04 08:11 AM


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