I am building a scheduling table with start and end times ... which then populate a "timeline" across the business day.
The business day is a series of columns in 15 minute increments starting at 05:00:00 AM to 10:00:00 PM.
The timeline fills the cells between the start and end times entered.
I found a good post to create the timelines using conditional formatting.
Mr. Excel - Conditional formatting between times
I am using this formula:
=AND(MOD(I$30,1)>=$E31,MOD(I$30,1)<=$F31)
Where I$30 is the first cell of the business day (05:00:00 AM)
$E31 is the start time, $F31 is the end time
However, times after 10:00:00 AM are not applying the conditional formatting to the corresponding first cell (start time) of the timeline (start time).
Visually, it appears that the timeline actually starts 15 minutes later than the entered start time.
Any ideas on how to fix?
Thanks
JDK
The business day is a series of columns in 15 minute increments starting at 05:00:00 AM to 10:00:00 PM.
The timeline fills the cells between the start and end times entered.
I found a good post to create the timelines using conditional formatting.
Mr. Excel - Conditional formatting between times
I am using this formula:
=AND(MOD(I$30,1)>=$E31,MOD(I$30,1)<=$F31)
Where I$30 is the first cell of the business day (05:00:00 AM)
$E31 is the start time, $F31 is the end time
However, times after 10:00:00 AM are not applying the conditional formatting to the corresponding first cell (start time) of the timeline (start time).
Visually, it appears that the timeline actually starts 15 minutes later than the entered start time.
Any ideas on how to fix?
Thanks
JDK