putting in date ranges

Z

ZIPPOMA NEEDS HELP

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?
 
S

Stefi

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:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

incorrect totals 2
XIRR 1
excel data table reformat 1
Help to create a macro 2
date formulas 9
Pivot table consolidation 1
copy and paste the cell with formula ="1" 3
Dates problem 1

Top