Sorry I know this is silly but can't figure out the formula looking at examples. I want a value returned if 'target end date' is due with 7, 15, 30. I have this working but can't seem to figure out how to add the additional criteria to include the other values. The values I want to return are just looking at Target End Date --
=IF(TODAY() >= [Target End Date]@row, "LATE ", "") --
How do I add the extra conditions?