#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default calculating dates

I'm wondering if I am able to calculate a date based on two different cells.
A1 is my actual start date 6/28/2006
C1 is the current date (ex 5/13/2009)
B1- I want this is be the start date for the person's year at work. so I
want it to calculate 6/28/2008. The catch is I can't just go -1 on the year
because when the current date is 7/1/2009 (C1) I need B1 to be 6/28/2009 to
relect only being 3 days into that work year.
Is this possible? If so, how?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default calculating dates

Try this in B1
=C1-MOD(C1-A1,365.25)+1

"future spreadsheet master" wrote:

I'm wondering if I am able to calculate a date based on two different cells.
A1 is my actual start date 6/28/2006
C1 is the current date (ex 5/13/2009)
B1- I want this is be the start date for the person's year at work. so I
want it to calculate 6/28/2008. The catch is I can't just go -1 on the year
because when the current date is 7/1/2009 (C1) I need B1 to be 6/28/2009 to
relect only being 3 days into that work year.
Is this possible? If so, how?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 915
Default calculating dates

Sheeloo wrote:
Try this in B1
=C1-MOD(C1-A1,365.25)+1


That will be off by one day in many circumstances. Try it with A1 =
2004/03/01 and today's date in C1.
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 dates hmsawyer Excel Discussion (Misc queries) 2 March 31st 08 09:40 PM
Calculating Dates Anne Excel Worksheet Functions 6 February 7th 08 12:56 AM
calculating due dates Ndstc1 Excel Discussion (Misc queries) 2 November 8th 07 08:16 PM
Calculating number of days between two dates that fall between two other dates [email protected] Excel Discussion (Misc queries) 5 October 26th 05 06:18 PM
Calculating dates Bob Phillips Excel Discussion (Misc queries) 1 March 18th 05 09:21 AM


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