RangesOverlap ( start1 ; end1 ; start2 ; end2 )
Check if two ranges of dates or numbers overlap (inclusive)
Average rating: 5.0 (1 vote) Log in to vote
Joshua Willing - Show more from this author
Willing Apps |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This will return 1 or 0 depending on if the two ranges overlap. The inputs can be numbers or dates, but because the function uses GetAsNumber, be sure to input an actual date data type if using dates. Date strings like "11/23/2018" will be converted to 11232018, which will return unexpected results if you intended to compare dates.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.