Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good afternoon all,
I'm trying to create a formula that returns a 1 if the [Start Date] falls between two dates [Entry Date] and [Exit Adjusted Date]. I came across a different post regarding use of interval match. All I could find is load script information.
Thanks
UI, didn't know that interval match is only a script function.
Try this?
If([Start Date]<=[Entry Date] and [Start Date]<=[Exit Adjusted Date],1)