My criteria are the following:
If the Expiration Date Column cell is more then (60) days remaining = “Valid”
If the Expiration Date Column cell is less then (60) days = “Going to Expiry”
IF the Expiration Date Column cell is Less then (30) days = “Expired Soon”
IF the Expiration Date Column cell is between (0) days to (-30) days = “Expired”
IF the Expiration Date Column cell is less then (-30) days = “Recommendation for Removed from CML"
=IF(L6>EDATE(TODAY(),6),"Fresh",IF(L6<EDATE(TODAY(),6),"N.Expire",IF(L6<=TODAY(),"Expire","")))=IF(K161>EDATE(TODAY(),2),"Valid",IF(K161<=TODAY(),"Expired","Expired Soon"))
i tired to used this formula but more then argument error i faced.please help me out.