I am trying to write an excel formula that checks to see if a finished date is the same as an expected finish date. If they are the same or the expected finish date is within 14 days of the finish date then 'Green' gets written in the cell, if not then the cell writes 'yellow'
This is my formula so far, but I am not getting the result that I am looking for.
=IF((OR(M21 = N21,M21 <= M21 +14))"Green","Yellow")
M21 is a date written like: 2/4/2020 the same goes for N21
M21must be smaller thanM21 +14. So why have that as a condition? unless it's a typo? - cybernetic.nomad