Hello,
I'm wondering if it is possible to store more than one number in an array. I'm hoping I can reduce the size of my large score sheets by storing the scores of each student in one cell where for example the first element would be math score, the second physics score, the third chemistry score, etc., like this:
A1={98,83,87,90,93}
If this is possible, how would I reference the nth element in the cell to use in subsequent calculations?
Thanks a lot for any input!
I'm wondering if it is possible to store more than one number in an array. I'm hoping I can reduce the size of my large score sheets by storing the scores of each student in one cell where for example the first element would be math score, the second physics score, the third chemistry score, etc., like this:
A1={98,83,87,90,93}
If this is possible, how would I reference the nth element in the cell to use in subsequent calculations?
Thanks a lot for any input!