Robert Davidson
New Member
- Joined
- Aug 8, 2023
- Messages
- 29
- Office Version
- 365
- Platform
- Windows
- MacOS
Does anyone know how to make a sequence of number as follows:
Start between 1 & 15, increment either in 5 or 10 but always ending at 100?
For example Start at 5 and increment in 10s: 5,15,25,35,45,55,65,75,85,95,100
For some sequences it's easy starting at 5 and incrementing in 5s as it can always stop at 100 but how do I deal with the above situation where the balance between 95 and 100 is not the same as the increment?
Start between 1 & 15, increment either in 5 or 10 but always ending at 100?
For example Start at 5 and increment in 10s: 5,15,25,35,45,55,65,75,85,95,100
For some sequences it's easy starting at 5 and incrementing in 5s as it can always stop at 100 but how do I deal with the above situation where the balance between 95 and 100 is not the same as the increment?