Hi
I need a formula that will look at three date columns and if any of them are date that isn't in the last 5 days, I want a boolean '1' returned.
This is what I've used:
=IF([Project Health RAG Last Updated]@row <TODAY(-5) OR(IF([Current Position Last Updated]@row <TODAY(-5), OR(IF([Next Actions Last Updated]@row <TODAY(-5), 1)))))
But it doesn't like it.
TIA
Cheryl