View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Inserting dates function

Assuming your start date is in A2, put this in A3 and copy down...

=IF(COUNTIF(A$2:A2,A2)<3,A2,A2+1)

If your start cell is something else, then change all the references above
to that cell's reference... but make sure the first reference is absolute
and the rest are relative (as I have done in the formula above).

--
Rick (MVP - Excel)


"ArthurN" wrote in message
...
Hi,
I wanted to insert dates that would be repeated 3 times and then move to
the
next day on the calendar, something like this:
02.02.09
02.02.09
02.02.09
02.03.09
02.03.09
02.03.09
Is there a function, that I would be able to drag over several rows?
Thank you in advance,
Arthur N