LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default how can I do this in Excel...create dates for tasks based on a dat

Perfect OssieMac!!
Thank you!!

Is there a way tro modify the formulas so the dates fall only on Mon-
Fri....

....Lisa

On Sep 30, 8:23 pm, OssieMac
wrote:
Hi Lisa,

I'll give you some formulas and perhaps you will be able to work it out from
there. All of the formulas assume that the event date is in cell A2 and each
formula is spread across the page from there.

Event date in cell A2 is 27 Oct 2008.

Year 1: =DATE(YEAR(A2)-1,MONTH(A2),DAY(A2))
6 Months: =DATE(YEAR(A2),MONTH(A2)-6,DAY(A2))
3 Months: =DATE(YEAR(A2),MONTH(A2)-3,DAY(A2))
4 Weeks: =DATE(YEAR(A2),MONTH(A2),DAY(A2)-28)
2 Weeks: =DATE(YEAR(A2),MONTH(A2),DAY(A2)-14)
10 Days: =DATE(YEAR(A2),MONTH(A2),DAY(A2)-10)

Year 1 returns 27 Oct 2007.
6 Months returns 27 Apr 2008.
3 Months returns 27 Jul 2008.
4 Weeks returns 29 Sep 2008. (Note formula subtracts 28 days)
2 Weeks returns 13 Oct 2008. (Note formula subtracts 14 days)
10 days returns 17 Oct 2008.

If you look up Date function in help then I am sure you will work out what
the formulas are doing

Feel free to get back to me if you need more information.

Regards,

OssieMac


 
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
Create and Assign Tasks DebraH Excel Discussion (Misc queries) 0 March 29th 07 07:20 PM
Scheduling staff to tasks based on seniority mattguerilla Excel Discussion (Misc queries) 0 March 20th 07 09:50 AM
How do i create a pie chart that shows % of time on tasks? John Charts and Charting in Excel 0 December 19th 06 12:49 AM
How do I create a commission chart based on dates worked? Orange Pegs in Cerritos Excel Worksheet Functions 0 January 4th 06 12:19 AM
CREATE A SUM BASED ON DATES Gordon.Ferguson Excel Worksheet Functions 1 August 23rd 05 09:26 AM


All times are GMT +1. The time now is 02:13 AM.

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"