#1   Report Post  
Posted to microsoft.public.excel.misc
Kay Kay is offline
external usenet poster
 
Posts: 129
Default Giving days

I am doing a timesheet and need to allot 1 day every four month that is 3 per
year.

I have the start date and need a formula to give one on the start month and
then 1 four month after and the other four month after that one. Any
suggestion?
--
KK
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Giving days

you may need the Toolpak add in... Tools, Add Ins... Toolpak (don't need the
VBA one..)

use EDATE.

=EDATE(start date,4) will give the date 4 months from your start date. You
should be able to get the rest from there! :-)

"Kay" wrote:

I am doing a timesheet and need to allot 1 day every four month that is 3 per
year.

I have the start date and need a formula to give one on the start month and
then 1 four month after and the other four month after that one. Any
suggestion?
--
KK

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Giving days

With the first date in A1, In A2 enter:

=DATE(YEAR(A1),MONTH(A1)+4,DAY(A1)) and copy down.

Note the date in A1 cannot be too late in the year.

--
Gary''s Student - gsnu200854


"Kay" wrote:

I am doing a timesheet and need to allot 1 day every four month that is 3 per
year.

I have the start date and need a formula to give one on the start month and
then 1 four month after and the other four month after that one. Any
suggestion?
--
KK

  #4   Report Post  
Posted to microsoft.public.excel.misc
Kay Kay is offline
external usenet poster
 
Posts: 129
Default Giving days

I need to actually enter the number 1 in the cell
--
KK


"Gary''s Student" wrote:

With the first date in A1, In A2 enter:

=DATE(YEAR(A1),MONTH(A1)+4,DAY(A1)) and copy down.

Note the date in A1 cannot be too late in the year.

--
Gary''s Student - gsnu200854


"Kay" wrote:

I am doing a timesheet and need to allot 1 day every four month that is 3 per
year.

I have the start date and need a formula to give one on the start month and
then 1 four month after and the other four month after that one. Any
suggestion?
--
KK

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Giving days

So.. your spreadsheet has a list of dates, and you want to put "1" in the
cell corresponding to the day 4 months (then 8, 12, etc) later?

"Kay" wrote:

I need to actually enter the number 1 in the cell
--
KK


"Gary''s Student" wrote:

With the first date in A1, In A2 enter:

=DATE(YEAR(A1),MONTH(A1)+4,DAY(A1)) and copy down.

Note the date in A1 cannot be too late in the year.

--
Gary''s Student - gsnu200854


"Kay" wrote:

I am doing a timesheet and need to allot 1 day every four month that is 3 per
year.

I have the start date and need a formula to give one on the start month and
then 1 four month after and the other four month after that one. Any
suggestion?
--
KK



  #6   Report Post  
Posted to microsoft.public.excel.misc
Kay Kay is offline
external usenet poster
 
Posts: 129
Default Giving days

The dates are for different persons and I want to give them 1 every four
months; I have the cell D8:O8 with the month starting JUly and ends with JUne.
--
KK


"Sean Timmons" wrote:

So.. your spreadsheet has a list of dates, and you want to put "1" in the
cell corresponding to the day 4 months (then 8, 12, etc) later?

"Kay" wrote:

I need to actually enter the number 1 in the cell
--
KK


"Gary''s Student" wrote:

With the first date in A1, In A2 enter:

=DATE(YEAR(A1),MONTH(A1)+4,DAY(A1)) and copy down.

Note the date in A1 cannot be too late in the year.

--
Gary''s Student - gsnu200854


"Kay" wrote:

I am doing a timesheet and need to allot 1 day every four month that is 3 per
year.

I have the start date and need a formula to give one on the start month and
then 1 four month after and the other four month after that one. Any
suggestion?
--
KK

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default Giving days

Assuming your start date is in cell A1:

=IF(OR(MONTH($A1)=MONTH(EDATE(B8,0)),MONTH($A1)=MO NTH(EDATE(B8,4)),MONTH($A1)=MONTH(EDATE(B8,8))),"1 ","")

should get you

"Kay" wrote:

The dates are for different persons and I want to give them 1 every four
months; I have the cell D8:O8 with the month starting JUly and ends with JUne.
--
KK


"Sean Timmons" wrote:

So.. your spreadsheet has a list of dates, and you want to put "1" in the
cell corresponding to the day 4 months (then 8, 12, etc) later?

"Kay" wrote:

I need to actually enter the number 1 in the cell
--
KK


"Gary''s Student" wrote:

With the first date in A1, In A2 enter:

=DATE(YEAR(A1),MONTH(A1)+4,DAY(A1)) and copy down.

Note the date in A1 cannot be too late in the year.

--
Gary''s Student - gsnu200854


"Kay" wrote:

I am doing a timesheet and need to allot 1 day every four month that is 3 per
year.

I have the start date and need a formula to give one on the start month and
then 1 four month after and the other four month after that one. Any
suggestion?
--
KK

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
SUMIF giving me 0 Gerrie Excel Discussion (Misc queries) 10 April 24th 09 06:25 PM
Employee days worked (-Holidays, -weekends, Snow Days, etc) Denise Excel Discussion (Misc queries) 2 December 31st 08 04:37 PM
Calc days between two dates and exclude leap year days scoz Excel Worksheet Functions 5 November 23rd 07 03:58 PM
Conditional Formatting Dates calculating 10 days and 30 days from a certain date Sioux[_2_] Excel Worksheet Functions 2 October 11th 07 02:04 PM
COUNT how many ROWS ago out of 10 days that the highest high in 10 days was made rhhince Excel Worksheet Functions 1 January 14th 07 09:56 PM


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