Highlight Alternating Days

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

I have a worksheet with card reads by date (clock in and clock out). Date is
in column A. Sometimes there are multiple clock in's and outs for each day. I
need to highlight every other day so I can visually keep each day seperated.
Please help.
Thanks,
 
Choose the range to highlight
Choose conditional formatting
Choose Formula is and enter the formula
=mod(day($A1),2)=0 and choose the highlighting you want

note the $, that is crucial...
 

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

Back
Top