Ok, here's what I have:
When blank, the form should have a number of cells for each client for each day of the week. So, for one client, day1,2,3,4,5 looks like this (like a sign in):
<table width="128" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" width="64" span="2"> <tbody><tr style="height: 15pt;" height="20"> <td colspan="2" class="xl68" style="border-right: 1pt solid black; height: 15pt; width: 96pt;" width="128" height="20"> Day 1
</td><td valign="top">
</td><td valign="top">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="height: 15pt; width: 48pt;" width="64" align="center" height="20">A</td> <td class="xl65" style="width: 48pt;" width="64" align="center">B
</td><td valign="top">
</td><td valign="top">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl67" style="height: 15pt; width: 48pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; background: none repeat scroll 0% 0% yellow;" width="64" height="20">
</td> <td class="xl66" style="width: 48pt; font-size: 10pt; color: white; font-weight: 400; text-decoration: none; font-family: Arial; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; background: none repeat scroll 0% 0% yellow;" width="64">
</td><td valign="top">
</td><td valign="top">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt; width: 48pt; font-size: 10pt; color: white; font-weight: 400; text-decoration: none; font-family: Arial; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; background: none repeat scroll 0% 0% yellow;" width="64" height="20">
</td> <td class="xl67" style="width: 48pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; background: none repeat scroll 0% 0% yellow;" width="64">
</td><td valign="top">
</td><td valign="top">
</td> </tr> </tbody></table>
^^That's with conditional formatting. Isblank(cellname) highlight to yellow
Client clocks in and out 8:00-5:00 on Day 1
<table width="128" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" width="64" span="2"> <tbody><tr style="height: 15pt;" height="20"> <td colspan="2" class="xl68" style="border-right: 1pt solid black; height: 15pt; width: 96pt;" width="128" height="20"> Day 1
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl65" style="height: 15pt; width: 48pt;" width="64" align="center" height="20">A
</td> <td class="xl65" style="width: 48pt;" width="64" align="center">B
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl67" style="height: 15pt; width: 48pt;" width="64" height="20">8:00</td> <td class="xl66" style="width: 48pt; font-size: 10pt; color: white; font-weight: 400; text-decoration: none; font-family: Arial; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; background: none repeat scroll 0% 0% yellow;" width="64">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl70" style="height: 15pt; width: 48pt; font-size: 10pt; color: white; font-weight: 400; text-decoration: none; font-family: Arial; border-width: medium 1pt 1pt medium; border-style: none solid solid none; border-color: -moz-use-text-color windowtext windowtext -moz-use-text-color; background: none repeat scroll 0% 0% yellow;" width="64" height="20">
</td> <td class="xl67" style="width: 48pt;" width="64">5:00</td> </tr> </tbody></table>
^^^Still working to get those yellow cells to turn white, when time is input correctly.
If client forgets to log in, but logs out
<table width="128" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" width="64" span="2"> <tbody><tr style="height: 15pt;" align="center" height="20"> <td colspan="2" class="xl65" style="height: 15pt; width: 96pt;" width="128" height="20">Day 1</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt; border-top: medium none; width: 48pt;" width="64" align="center" height="20">A</td> <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt;" width="64" align="center">B</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl67" style="height: 15pt; width: 48pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border: 1pt solid windowtext; background: none repeat scroll 0% 0% yellow;" width="64" height="20">
</td> <td class="xl68" style="width: 48pt; font-size: 10pt; color: white; font-weight: 400; text-decoration: none; font-family: Arial; border: 1pt solid windowtext; background: none repeat scroll 0% 0% yellow;" width="64">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl69" style="height: 15pt; width: 48pt; font-size: 10pt; color: white; font-weight: 400; text-decoration: none; font-family: Arial; border: 1pt solid windowtext; background: none repeat scroll 0% 0% yellow;" width="64" height="20">
</td> <td class="xl67" style="width: 48pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border: 1pt solid windowtext; background: none repeat scroll 0% 0% red;" width="64">5:00</td> </tr> </tbody></table>
^^^CF for B2 is
<table width="315" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" width="64"> <col style="width: 140pt;" width="187"> <col style="width: 48pt;" width="64"> <tbody><tr style="height: 15pt;" height="20"> <td style="vertical-align: top;">Red if
</td><td class="xl65" style="height: 15pt; width: 48pt;" width="64" height="20">B2</td> <td class="xl65" style="border-left: medium none; width: 140pt;" width="187">=IF($G$10<$H$11,TRUE,FALSE)</td> <td class="xl66" style="border-left: medium none; width: 48pt;" width="64">
</td> </tr> <tr style="height: 15pt;" height="20"> <td style="vertical-align: top;">Blue if
</td><td class="xl65" style="height: 15pt; border-top: medium none;" height="20">B2</td> <td class="xl65" style="border-top: medium none; border-left: medium none;">=LEFT($G$10,1)="A"</td> <td class="xl67" style="border-top: medium none; border-left: medium none;">
</td> </tr> <tr style="height: 15pt;" height="20"> <td style="vertical-align: top;">Yellow if
</td><td class="xl65" style="height: 15pt; border-top: medium none;" height="20">B2</td> <td class="xl65" style="border-top: medium none; border-left: medium none;">=FORMAT ONLY BLANK CELLS</td> <td class="xl68" style="border-top: medium none; border-left: medium none;">
</td> </tr> </tbody></table>
If client is absent:
<table width="128" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" width="64" span="2"> <tbody><tr style="height: 15pt;" align="center" height="20"> <td colspan="2" class="xl65" style="height: 15pt; width: 96pt;" width="128" height="20">Day 1</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl66" style="height: 15pt; border-top: medium none; width: 48pt;" width="64" align="center" height="20">A</td> <td class="xl66" style="border-top: medium none; border-left: medium none; width: 48pt;" width="64" align="center">B</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl67" style="height: 15pt; width: 48pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border: 1pt solid windowtext; background: none repeat scroll 0% 0% rgb(0, 176, 240);" width="64" align="center" height="20">Absent
</td> <td class="xl68" style="width: 48pt; font-size: 10pt; color: white; font-weight: 400; text-decoration: none; font-family: Arial; border: 1pt solid windowtext; background: none repeat scroll 0% 0% rgb(0, 176, 240);" width="64" align="center">
</td> </tr> <tr style="height: 15pt;" height="20"> <td class="xl69" style="height: 15pt; width: 48pt; font-size: 10pt; color: white; font-weight: 400; text-decoration: none; font-family: Arial; border: 1pt solid windowtext; background: none repeat scroll 0% 0% rgb(0, 176, 240);" width="64" align="center" height="20">
</td> <td class="xl67" style="width: 48pt; font-size: 10pt; color: black; font-weight: 400; text-decoration: none; font-family: Arial; border: 1pt solid windowtext; background: none repeat scroll 0% 0% rgb(0, 176, 240);" width="64" align="center">
</td> </tr> </tbody></table>
Same CR as above, which is:
<table width="315" border="0" cellpadding="0" cellspacing="0"><col style="width: 48pt;" width="64"> <col style="width: 140pt;" width="187"> <col style="width: 48pt;" width="64"> <tbody><tr style="height: 15pt;" height="20"> <td valign="top">Red if
</td><td class="xl65" style="height: 15pt; width: 48pt;" width="64" height="20">B2</td> <td class="xl65" style="border-left: medium none; width: 140pt;" width="187">=IF($G$10<$H$11,TRUE,FALSE)</td> <td class="xl66" style="border-left: medium none; width: 48pt;" width="64">
</td> </tr> <tr style="height: 15pt;" height="20"> <td valign="top">Blue if
</td><td class="xl65" style="height: 15pt; border-top: medium none;" height="20">B2</td> <td class="xl65" style="border-top: medium none; border-left: medium none;">=LEFT($G$10,1)="A"</td> <td class="xl67" style="border-top: medium none; border-left: medium none;">
</td> </tr> <tr style="height: 15pt;" height="20"> <td valign="top">Yellow if
</td><td class="xl65" style="height: 15pt; border-top: medium none;" height="20">B2</td> <td class="xl65" style="border-top: medium none; border-left: medium none;">FORMAT ONLY BLANK CELLS</td> <td class="xl68" style="border-top: medium none; border-left: medium none;">
</td> </tr> </tbody></table>
I hope I didn't make this too confusing. I was having trouble with copying and pasting the cells, as I've never done it before. Right now I'm using a trial version of Microsoft Excel Starter 2010. I haven't got used to the new version, but I'm working with it. I'm pretty sure I must have done it wrong, but I tried it your way and the cell color would not change, even though I checked the formula, edited it around a little to see what worked, and I just couldn't get it to work with the AND function. I tried spacing in between the " " and taking out the space, but to no avail.
Thank you for your help, and let me know if an IF function was needed or not. For now, it works just fine and I can't thank you both enough.