moving data from numerous colums into one colum
Then you would want to use Infinitogool's suggestion for offset. Copy and
paste special as suggested per Gaijintendo, then sort.
--
John C
"teresa" wrote:
NO THERE IS BOTH NUMBERS AND LETTERS?
ANY OTHER SUGGESTIONS,
THANKS,
"John C" wrote:
Another way, using above example that your data is in A1:J10, assuming all
data are numbers! (and all cells are occupied).
in A11, type the formula: =SMALL($A$1:$J$10,ROW()-10), and copy down as
needed.
--
John C
"teresa" wrote:
HI THIS WORKS, BUT IF U CHECK MY SECOND NOTE, THE INFORMATION SHOULD READ THE
OTHER WAY,
THANKS,
TERESA
"Infinitogool" wrote:
Hi teresa
data: A1:J10
Try this formula in cell A11
=OFFSET($A$1,INT((ROW()-11)/10),MOD(ROW()-1,10))
Copy down as far as needed
Regards,
Pedro J.
Hi,
I have to move the data from numerous columns into one colum as a list,
how can i do this?
eg
1 2 3 4 5 6 7 8 9 10
1 2 3 4 5 6 7 8 9 10
to
1
2
3
4
5
6
7
8
9
10
1
2
3
4
5
6
7
8
9
10
please help?
thanks,
|