I want to return all the dates within a given range. The dates are generated from a formula. I have different intervals for each task. for example, 30 days, 90 days, 365 days, 6 cycles. Each interval is added to the last inspection date to determine the next inspection date.
Item Last_date Actual_Interval Next_date
Item 1 02/04/2003 30 days 03/02/2003
Item 2 02/05/2003 90 days 05/04/2003
Once I set up a beginning date and ending date parameter, I want to see all Next_Dates in the range.