Iam working on a formula that says
If J48 = Y and P10 is greater or less that 80:00:00 then true.
So i can then condition format it.
I imagine it will be something like
=AND(J48="Y")(P10)<>TIME(80:00:00)
Not really sure, just trying stuff to see what works
What is confusing me is that when I type P10<TIME(80,00,00) It says FALSE..
If i type P10>TIME(80,00,00) It says TRUE.
P10 is 80:00 with the cell format [H]:mm which in general text is 3.33333333.
How do i get around this.
Regards
James
If J48 = Y and P10 is greater or less that 80:00:00 then true.
So i can then condition format it.
I imagine it will be something like
=AND(J48="Y")(P10)<>TIME(80:00:00)
Not really sure, just trying stuff to see what works
What is confusing me is that when I type P10<TIME(80,00,00) It says FALSE..
If i type P10>TIME(80,00,00) It says TRUE.
P10 is 80:00 with the cell format [H]:mm which in general text is 3.33333333.
How do i get around this.
Regards
James