slinky192001
Board Regular
- Joined
- Mar 16, 2007
- Messages
- 100
Hi
My spreadsheet is as shown below:
Column D
1 - Emergency
2 - High
3 - Normal
Column I
Date and Time
Column J
Date and Time
Column K
J2-I2 formatted as (h) MM:SS
I am trying to create a statement which says if column D is 1 - Emergency and column K is less than 48 hours then Yes in column L.
I have the following but its not working:
=IF((AND(D2="1 - Emergency", K2<"48:01")),"Y","N")
Any help would be fab.
Thanks
My spreadsheet is as shown below:
Column D
1 - Emergency
2 - High
3 - Normal
Column I
Date and Time
Column J
Date and Time
Column K
J2-I2 formatted as (h) MM:SS
I am trying to create a statement which says if column D is 1 - Emergency and column K is less than 48 hours then Yes in column L.
I have the following but its not working:
=IF((AND(D2="1 - Emergency", K2<"48:01")),"Y","N")
Any help would be fab.
Thanks