Quarantine Rooms

MARKEGANDERSON

Active Member
Joined
Apr 7, 2007
Messages
264
Hello All,

I hope you can help with this.

So I have a room that is used for quarantine, as the employees return from R&R, they will need to go into quarantine for 14 days. After which the room will become available once again.
So the set up is Room, Employee name, check in date.
So I have all days labeled horizontally for each month, as the employees check in I want start the clock from that date(maybe highlight red for each quarantine days), then at the end of the 14 days, the highlight will be back to green.

Still trying to figure out how to approach this. Any Ideas would be helpful
 

Attachments

  • Capture.JPG
    Capture.JPG
    121.3 KB · Views: 7

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
How about
+Fluff New.xlsm
EFGHIJKLMNOPQRSTUV
301/09/202002/09/202003/09/202004/09/202005/09/202006/09/202007/09/202008/09/202009/09/202010/09/202011/09/202012/09/202013/09/202014/09/202015/09/202016/09/202017/09/2020
401/09/2020
505/09/2020
6
7
Master
Cells with Conditional Formatting
CellConditionCell FormatStop If True
F4:V7Expression=AND($E4>=F$3-13,$E4<=F$3)textNO
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
Hello Again Fluff
How would you highlight a range of cells based on the start/end date?
See attached
 

Attachments

  • Capture.JPG
    Capture.JPG
    34.4 KB · Views: 4
Upvote 0
How about
+Fluff New.xlsm
ABCDEFGHIJKLMNOPQRS
101/09/202002/09/202003/09/202004/09/202005/09/202006/09/202007/09/202008/09/202009/09/202010/09/202011/09/202012/09/202013/09/202014/09/202015/09/202016/09/2020
204/09/202011/09/2020
306/09/202014/09/2020
4
Master
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D2:S5Expression=AND($C2<>"",$B2<=D$1,$C2>=D$1)textNO
 
Upvote 0
Glad to help & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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