On Google Sheets I put conditional format:
Condition 1: =IF(I2="Shipment (Pickup)",TRUE,FALSE)
then background green, text None (or Black).
Condition 2: =AND(G2<(Now()+(16/24)),I2="Shipment (Pickup)")
then background green, text RED
but it won't change as expected and only show the first condition when satisfied. If I delete the first one then the second one works.
How could I have both of them work?