attendance conditional formatting

lynne.houk

New Member
Joined
Feb 8, 2008
Messages
14
I'm tracking attendance by month; if an an employee has perfect attendance then a specific value is entered in that month. I want conditional formatting to highlight cells as long as an employee has perfect attendance. Example, perfect attendance in May, June, July all 3 months will be highlighted. If August is NOT a perfect attendance month, then prior months will no longer be highlighted.

Thanks.
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hi and welcome to the board!!!
To answer, we need to know how your data is arranged. Be specific as to cells, rows and columns. Also, what value show perfect attendance?
lenze
 
Upvote 0
It's set up so that employee names are in column A. Months Jan-Dec 2008 and 2009 are across row 2 in columns E-AB. I've set it up so that perfect attendance is noted by a trophy symbol (% in Webdings). I can get the formatting so that it highlights all cells with that symbol, but need help in setting it up so that if a month is missed, then all prior highlights go away.

Thanks.
 
Upvote 0
You will need to enter a value for months with non-perfect attendance. Say "Y", Then you can use this CF
Code:
=(E3="%")*(COUNTIF(E3:$AB3,"Y")=0)

lenze
 
Upvote 0
Perfect! I love Excel! Thanks so much. When I grow up I hope to be able to figure out the really cool things like this. :)
 
Upvote 0

Forum statistics

Threads
1,214,587
Messages
6,120,405
Members
448,958
Latest member
Hat4Life

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top