I have created a table of 18 X 31 cells with column 1 being a day number from 1 to 31 for days of month and column 2 being the corresponding day name with:
Now I want to be able to compare a previous years same day name data highlighted weekly so that I can visually compare previous Mondays to current Mondays, previous Fridays to current Fridays, etc. for the 4 weeks of a month. I think possibly by coloring coding thru a conditional statement.
I am unsure of what might be the best approach. If I can create a formula based on week numbers possibly or if maybe there is a better idea. I would prefer to avoid macros and vb.
Any help is appreciated.
-Wes
=TEXT("Day-Month-Year","ddd")
=TEXT(""&B6&"-"&$B$3&"-"&$E$3&"","ddd")
Now I want to be able to compare a previous years same day name data highlighted weekly so that I can visually compare previous Mondays to current Mondays, previous Fridays to current Fridays, etc. for the 4 weeks of a month. I think possibly by coloring coding thru a conditional statement.
I am unsure of what might be the best approach. If I can create a formula based on week numbers possibly or if maybe there is a better idea. I would prefer to avoid macros and vb.
Any help is appreciated.
-Wes