I am trying to store information from a spreadsheet to use later but in
another worksheet. The information i need to store relates to records as such
so for instances I have a the following information on a worksheet
A B C
1 400 400 400
2 428 378 421
3 1/6 10/6 22/6
4 70 80 88
5 100% 78% 91%
what I need to do is take this information for each Column and then transfer
it to another worksheet after doing some calculating and meeting other
criteria.
I was thinking of storing the information from the worksheet above in to an
Array....so something like this
1 2 3 4 5
1
2
3
.
.
x
I want to take this array and do whatever i need to do to the information.
I need help on how to create and store information to an array if that is a
good solutions. Otherwise please suggest a better way to store and retrieve
this data.
another worksheet. The information i need to store relates to records as such
so for instances I have a the following information on a worksheet
A B C
1 400 400 400
2 428 378 421
3 1/6 10/6 22/6
4 70 80 88
5 100% 78% 91%
what I need to do is take this information for each Column and then transfer
it to another worksheet after doing some calculating and meeting other
criteria.
I was thinking of storing the information from the worksheet above in to an
Array....so something like this
1 2 3 4 5
1
2
3
.
.
x
I want to take this array and do whatever i need to do to the information.
I need help on how to create and store information to an array if that is a
good solutions. Otherwise please suggest a better way to store and retrieve
this data.