tags:

views:

181

answers:

1

I have a set of numbers:

Column A: (A1)100,(A2)103,(A3)104,(A4)106

Column B: (B1)102,(B2)103,(B3)105,(B4)110

Column A is the beginning number and Column B is the end number. We need to create a list (on a separate cell) of numbers using the beginning number and end number using column A & B. E.g. based on the 1st set of data from Row 1(A1 & B1) the 1st set of numbers will be: 100,101,102, then it will go to row 2, put 103 after 102 and move on to row 3, expanded the list and display 104 and 105, then to last row where it should list 105,106,107,108,109,110.

We should be able to mark the beginning of the number for the list so that we know the start of each list. i.e. all the number listed in Column A should be marked.

I hope my question makes sense. thank you.

+3  A: 
Lunatik