I am looking to take data from a very large matrix.
It is like the following form
--A B C D E .... CC
A 1 5 7 9 1
B 6 7 8 2 3
C 5 7 2 1 6
D 5 3 1 8 3
E 6 3 1 6 8
.
.
.
Say I want to extract the following data: A C E
and be left with something like:
--A C E ....
A 1 7 1
C 5 2 6
E 6 1 8
Is there away just to pull or extract data in these column and rows instead of manually deleted all rows. Reason is I need to do several different combos.
BTW : Is there an easy way to copy and paste the cells into this message (So its easier to visualize). Or does it have to be photo hosted?
It is like the following form
--A B C D E .... CC
A 1 5 7 9 1
B 6 7 8 2 3
C 5 7 2 1 6
D 5 3 1 8 3
E 6 3 1 6 8
.
.
.
Say I want to extract the following data: A C E
and be left with something like:
--A C E ....
A 1 7 1
C 5 2 6
E 6 1 8
Is there away just to pull or extract data in these column and rows instead of manually deleted all rows. Reason is I need to do several different combos.
BTW : Is there an easy way to copy and paste the cells into this message (So its easier to visualize). Or does it have to be photo hosted?