D
David
We have a document set up which does conditional
formatting for cells that have 2 pound signs in them (##),
and it changes the background color.
We have a few columns, one with start time, one with end
time among others. There's also columns for every hour and
half-hour of the day.
When you select a start time and end time, the boxes
between the appropriate start and end times fill with ##
and shade.
Formula is something like: =IF($B3<K$2, IF($H3
If our end time is 2:30, the box shares UP TO 2:30 PM.
This becomes a problem after the columns hit double-letter
(i.e. AA, AB, AC...) then the date comparison fails and
the box shades the 1/2 hour box. Essentially, it is saying
that once we have double-letter column names that
Time1>Time1 is True, even though time1 is equal.
Is this a glitch? This is with Excel XP (2002). I can
email the file if anyone needs to look at it.
formatting for cells that have 2 pound signs in them (##),
and it changes the background color.
We have a few columns, one with start time, one with end
time among others. There's also columns for every hour and
half-hour of the day.
When you select a start time and end time, the boxes
between the appropriate start and end times fill with ##
and shade.
Formula is something like: =IF($B3<K$2, IF($H3
J$2,"##",""),"")
If our end time is 2:30, the box shares UP TO 2:30 PM.
This becomes a problem after the columns hit double-letter
(i.e. AA, AB, AC...) then the date comparison fails and
the box shades the 1/2 hour box. Essentially, it is saying
that once we have double-letter column names that
Time1>Time1 is True, even though time1 is equal.
Is this a glitch? This is with Excel XP (2002). I can
email the file if anyone needs to look at it.