Complete the following steps to fill a column with a pattern of numbers that are not equally spaced, such as the numbers 10 20 50.
You can use a colon to denote consecutive numbers and a slash to denote increments. For example, if you enter 50:52/0.5, the output is 50 50.5 51 51.5 52.
For example, these settings create the following column of data.
| C1 | 
|---|
| Numbers | 
| 1 | 
| 1 | 
| 7 | 
| 7 | 
| 8 | 
| 8 | 
| 1 | 
| 1 | 
| 7 | 
| 7 | 
| 8 | 
| 8 | 
| 1 | 
| 1 | 
| 7 | 
| 7 | 
| 8 | 
| 8 |