Hello Wandy,
You can combine Annual Check and Monthly Check using the OR function, since both use the same conditions for the date in D2.
=IF(D2="","",IF(OR(C2="annual check",C2="monthly check"),IF(D2<TODAY(),"Expired",IF(D2<=TODAY()+7,"Expiring Soon","OK")),""))
This formula will return...