Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default distributing days

I need a formula to distribute 3 days per year evenly. I have a cell with
the start date this include month, day and year. I want to distribute the
day every 4 month starting with the month in the start date. any suggestion?
--
KK
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default distributing days

"KANDLEZ" wrote:
I need a formula to distribute 3 days per year evenly. I have a cell with
the start date this include month, day and year. I want to distribute the
day every 4 month starting with the month in the start date.


With Startdate in A2
Place in B2: =DATE(YEAR($A2),MONTH($A2)+4*COLUMNS($A:A),DAY($A2 ))
Copy across to C2

Or, if you really want that startdate in A2 to be reflected in B2
Then in B2, copied across to D2:
=DATE(YEAR($A2),MONTH($A2)+4*COLUMNS($A:A)-4,DAY($A2))
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:370 Subscribers:68
xdemechanik
---
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
Distributing hyperlinked documents FredN Excel Discussion (Misc queries) 5 January 8th 09 09:58 PM
distributing spreadsheet revisions. George[_3_] Excel Discussion (Misc queries) 1 December 19th 07 03:21 PM
distributing each characters on a cell jjuan New Users to Excel 5 October 25th 06 04:55 PM
Distributing a Cell Value MLCole Excel Worksheet Functions 5 March 7th 06 05:23 PM
distributing numbers Neil Excel Discussion (Misc queries) 1 April 15th 05 06:41 PM


All times are GMT +1. The time now is 06:20 PM.

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"