Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default putting in date ranges

I am putting Bi Weekly cycles into cells A1 B1 C1 for Oct
I am Putting Bi Weekly cycles into cells A2 B2 C2 for Nov
A1= Oct 4 and the rest of the cells will be a copy of the previous one +14
ie +A1+14

Now the question is..if the 3rd date is in Oct I want it to go into C1 or if
it is in Nov as it would be in this case I want it to go into A2 leaving C1
blank. If I just use the same formula it would put Nov 1 in C1 which I dont
want.

Is there any way to do this?

--
Thanks Everyone
Mike
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default putting in date ranges

Enter in B1 =A1+14
in C1 =IF(MONTH(B1+14)=MONTH(A1),B1+14,"")
in A2 =IF(MONTH(B1+14)=MONTH(A1),C1,B1)+14
and fill them down as required!

Regards,
Stefi

€˛ZIPPOMA NEEDS HELP€¯ ezt Ć*rta:

I am putting Bi Weekly cycles into cells A1 B1 C1 for Oct
I am Putting Bi Weekly cycles into cells A2 B2 C2 for Nov
A1= Oct 4 and the rest of the cells will be a copy of the previous one +14
ie +A1+14

Now the question is..if the 3rd date is in Oct I want it to go into C1 or if
it is in Nov as it would be in this case I want it to go into A2 leaving C1
blank. If I just use the same formula it would put Nov 1 in C1 which I dont
want.

Is there any way to do this?

--
Thanks Everyone
Mike

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
I need a formula that change all date by putting in one date [email protected] Excel Worksheet Functions 2 August 7th 06 04:22 PM
putting date on spreadsheet Nikki Q Excel Discussion (Misc queries) 5 August 3rd 06 08:57 PM
I am putting in a date 02-10-06 and its coming up as 10-02-06 Diana Excel Worksheet Functions 2 February 12th 06 02:45 PM
Putting computer date in cell Fitz Excel Discussion (Misc queries) 2 October 24th 05 02:03 AM
Putting the date as a sheet name matthewwookie Excel Discussion (Misc queries) 3 September 26th 05 04:36 PM


All times are GMT +1. The time now is 05:09 PM.

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"