Parameters
- Number
- Required. Long. Whole number that you want to locate within one of the calculated ranges.
- Start
- Required. Long. Whole number that indicates the start of the set of calculated ranges. Start cannot be less than 0.
- Stop
- Required. Long. Whole number that indicates the end of the set of calculated ranges. Stop cannot be less than or equal to Start.
- Interval
- Required. Long. Whole number that indicates the size of each range calculated between Start and Stop. Interval cannot be less than 1.
Return Value
Returns a string representing the calculated range that contains a number.