Sunday, June 7, 2015

How do I change the color of a cell based on whether the previous cells are blank in Excel?

I have a spreadsheet with names in column A. I'm keeping attendance by placing an "X" in each subsequent column when the person is present (week by week).



I'd like for Excel to automatically change the range of cells to RED when the cell plus it's preceding two cells are blank, effectively showing red when someone has been absent three weeks in a row.




How can I accomplish this using Excel 2010?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...