Forum Discussion
Denjg
Jun 18, 2024Copper Contributor
conditional formating with time (hours)
I have three columns, first one with break time out and second with break time in. The third have to show the difference and if it is grater than one hour it has to show in red text. times are entere...
- Jun 18, 2024
Denjg I'd recommend you to enter the times with a colon rather than a decimal point. That turns them into real time values without the need to convert them first. Then it will look like this:
with conditional formatting in Excel for the Web:
Note that 1 hour is represented by the numerical value of 1 / 24 = 0.04166667
Riny_van_Eekelen
Jun 18, 2024Platinum Contributor
Denjg I'd recommend you to enter the times with a colon rather than a decimal point. That turns them into real time values without the need to convert them first. Then it will look like this:
with conditional formatting in Excel for the Web:
Note that 1 hour is represented by the numerical value of 1 / 24 = 0.04166667
Denjg
Jun 19, 2024Copper Contributor
Riny_van_Eekelentrying to attach image again.
- SergeiBaklanJun 19, 2024Diamond Contributor
- DenjgJun 20, 2024Copper ContributorThank you very much.