Date range - recognise end of each month

R

Roger on Excel

I have an Excel Gantt chart. I would like to add a line down the rows to
coincide with each month end, so that each month range has verticla
boundaries.

The date range is along row 27.

I use conditional formating to recognise weekends so I suspect I can also
use conditional formatting to recognise month ends.

Can anyone help?

Thanks,

Roger
 
B

Bernie Deitrick

Roger,

Use this formula for

=MONTH(A$27)<>MONTH(B$27)

Update the formula to reflect the column letter as the first column of your
selection - ie, if the first date is in column C, then elect C2 through
whatever and use:
=MONTH(C$27)<>MONTH(D$27)

HTH,
Bernie
 

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

Top