What would be the FORMULA to list the numbers between the value of a cell and 1? Basically finding all whole numbers between 1 and the value of the cell.
Example
(Source) A1 = 4
(Result) B1 = 1 / B2 = 2 / B3 = 3 / B4 = 4 / etc.
Purpose, I want to enter a number into a cell (A1), and create a data validation for later use with 1 through the value of that cell (A1)
Example
(Source) A1 = 4
(Result) B1 = 1 / B2 = 2 / B3 = 3 / B4 = 4 / etc.
Purpose, I want to enter a number into a cell (A1), and create a data validation for later use with 1 through the value of that cell (A1)