Help to create the proper schedule planner

notrandom

New Member
Joined
May 16, 2011
Messages
4
Hello everyone,
Thanks for visiting my post. I'm hoping you could help me make the ultimate work scheduler.

Please note the empty boxes... I've set "conditional formatting" to color fill each box once data is inputted. Please refer to photo
I was really hoping there was a way I could use conditional formatting to auto-color fill these empty boxes IF certain parameters match? Example: Would it be possible to direct an equation to C5 & C6, then through conditional formatting, direct these set of boxes to fill depending on matching data on D4 through AA4... Sigh... Does this make sense? Can anyone help? Essentially, I'd like these boxes to auto-color-fill depending on the hours set for P1, P2, etc...

Thank for your visit and your time. Any help would be greatly appreciated.

Have an awesome day!
4wCO6i.png
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hi,
One way is to use conditional formatting.
select cell D5 and apply conditional format, use the formula
Code:
[TABLE="width: 46"]
<tbody>[TR]
[TD="class: xl63, width: 46"]=AND(D$4>=$C$5,D$4<=$C$6)[/TD]
[/TR]
</tbody>[/TABLE]

ensure the "applies to" range says =$D$5:$AA$5

Hope this gives you a start point.
Also, it might be easier if the Time IN and OUT were in different columns (side by side) rather than stacked, so you only use one row for each "P" number.

Paul.
 
Upvote 0
Wow... Just... WOW. Thank you so much!!!
This worked. I'll definitely give your recommendation a shot and upload both results. (can excel forms be uploaded here?)
Well, anywho. Thanks! You are awesome!
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

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