T
tx12345
Hi,
I am not sure how to phrase this, but I will give an example.
I have a set of numbers clumped together in one worksheet named W1,
that looks like this:
___ a b c d e f
1___2 3 4 5 6
2___1 2 3 4 5
3___5 6 6 7 7
etc
Pretty simple so far? OK great. NOW comes the hard part (for me at
least)
on a second worksheet, W2, i have a set of cells set up to receive the
numbers just shown. but i want all the 4s to go in one slot, all the 5s
to go in another, all the 2s in another, and so on. So i want to be
able to draw out of the original set (as i input into the original cell
sector on W1) and have the numbers magicaly appear in the other
worksheet, W2, as follows:
__a b c d e f g h i (etc)
1 1 2 3 4 5 6 7
2__2 3 4 5 6 7
3_______5 6
4
5
6
SO all the 7s go into the '7' column, the 2s into the '2's column, etc.
once one cell gets, let's say one 7, then it knows to go to the next
cell, draw out the next 7 in the set of numbers on W1 and place it in
the next cell below the last 7.
I know there is a really LONG way of doing this by sorting, cutting and
pasting, but maybe there is a simple macro, or better, some sort of
function that can pull this off. Anyway, any tips would really be
appreciated!
Thanks
I am not sure how to phrase this, but I will give an example.
I have a set of numbers clumped together in one worksheet named W1,
that looks like this:
___ a b c d e f
1___2 3 4 5 6
2___1 2 3 4 5
3___5 6 6 7 7
etc
Pretty simple so far? OK great. NOW comes the hard part (for me at
least)
on a second worksheet, W2, i have a set of cells set up to receive the
numbers just shown. but i want all the 4s to go in one slot, all the 5s
to go in another, all the 2s in another, and so on. So i want to be
able to draw out of the original set (as i input into the original cell
sector on W1) and have the numbers magicaly appear in the other
worksheet, W2, as follows:
__a b c d e f g h i (etc)
1 1 2 3 4 5 6 7
2__2 3 4 5 6 7
3_______5 6
4
5
6
SO all the 7s go into the '7' column, the 2s into the '2's column, etc.
once one cell gets, let's say one 7, then it knows to go to the next
cell, draw out the next 7 in the set of numbers on W1 and place it in
the next cell below the last 7.
I know there is a really LONG way of doing this by sorting, cutting and
pasting, but maybe there is a simple macro, or better, some sort of
function that can pull this off. Anyway, any tips would really be
appreciated!
Thanks