Is there a formula I can have in cell B1 that looks at A1 and creates a comma-based list?
So below, A1 is something I can type into. B1 is a formula. Is this possible? I will have A1 always follow the same format as a XXX-XXX range.
+-------+-----------+----------------------+
| TABLE | A (Input) | B (Result) |
+-------+-----------+----------------------+
| 1 | 1-10 | 1,2,3,4,5,6,7,8,9,10 |
+-------+-----------+----------------------+