View Single Post
 
Old 06-06-2012, 09:19 AM
mrgy05 mrgy05 is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Jun 2012
Posts: 1
mrgy05 is on a distinguished road
Default Conditional Formatting per Week

I'm working with a table separated per month on each sheet. There is a column for date and I would like to conditionally format every other week to easily identify them.

The catch: our working week is not Sunday - Saturday, it is Thursday - Wednesday.

How would this be possible?

I've search and found a formula for every other row, but would like every 7 rows based on Thursday - Wednesday. ( =MOD(ROW(),2)=1 )
Reply With Quote