If the PO Process Status is "8 - PO issued" use Blue Harvey Ball.
Formula that works: =IF([PO Process Status]@row = "8 - PO issued", "Blue")
If the Pending as of date is less than x etc. use Harvey Ball...
Formula that works: =IF(TODAY(-4) > [Pending As Of]@row, "Red", IF(TODAY(-2) > [Pending As Of]@row, "Yellow", "Green"))
How do we combine? We have tried IF(AND, IF(AND(OR, IF(OR - nothing is working.