Hi. I have found and tried the folowing code in which i add a date to c4 and then drag this formula along row 4. It works but it mises a column between the dates? any reason why?
=IF(MOD(COLUMN(),2)=0,"",IF(MONTH($C4+INT(COLUMN()/2))=MONTH($C4),C4+1,""))
=IF(MOD(COLUMN(),2)=0,"",IF(MONTH($C4+INT(COLUMN()/2))=MONTH($C4),C4+1,""))