Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
I would like to be able to highlight a cell to show if a start time in column a and a finish time in column f was over 1 hour. The highlighted cell could be the finish time cell or a cell next to it. Any help would be great. Thankyou Time format I have in cells is hh:mm cheers |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use conditional formatting with a formula of
=(F2-A2)=--"01:00" -- HTH Bob "Steve M" wrote in message ... Hi I would like to be able to highlight a cell to show if a start time in column a and a finish time in column f was over 1 hour. The highlighted cell could be the finish time cell or a cell next to it. Any help would be great. Thankyou Time format I have in cells is hh:mm cheers |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Brilliant worked a treat thanks.
I also wondered if I could do something similar with another sheet where I could find out if the start time and finish time where over 12 hours. The cell format for these dd/mm/yy hh:mm. Start time cell C and Finish time cell L. Some of the times can run into a few days between start and finish so need it to work with the date too. Hope that makes sense. "Bob Phillips" wrote: Use conditional formatting with a formula of =(F2-A2)=--"01:00" -- HTH Bob "Steve M" wrote in message ... Hi I would like to be able to highlight a cell to show if a start time in column a and a finish time in column f was over 1 hour. The highlighted cell could be the finish time cell or a cell next to it. Any help would be great. Thankyou Time format I have in cells is hh:mm cheers . |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Apologies, the formla works fine for my second question also.
many thanks "Steve M" wrote: Hi I would like to be able to highlight a cell to show if a start time in column a and a finish time in column f was over 1 hour. The highlighted cell could be the finish time cell or a cell next to it. Any help would be great. Thankyou Time format I have in cells is hh:mm cheers |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"h:mm" format, but 12-hour time, not 24-hour time? | Excel Discussion (Misc queries) | |||
Changing decimal time into 24 hour time and reverse | Excel Discussion (Misc queries) | |||
how to calculate time start & time finish in quarter hour | Excel Discussion (Misc queries) | |||
Extract the hour from a cell showing the date and time | Excel Worksheet Functions | |||
convert time from 60 minute hour to 100 minute hour | Excel Discussion (Misc queries) |