Hi,
I have a cell "signoff" with date a that is manually entered and cell "required date" which is autogenerated from a look up.
In 3rd cell "timeframe met", I'm trying to report if "signoff" cell is <= "required date" then report Yes, if not report No -but if "signoff" cell is blank it currently reports back "yes" so need to add in a if is blank then report "No signoff date" rather than yes.
Formula so far:
=IF([Sign Off]@row >= [Required Date ]@row, "N", "Y")
Any ideas? Thanks