montecarlo2012
Well-known Member
- Joined
- Jan 26, 2011
- Messages
- 986
- Office Version
- 2010
- Platform
- Windows
Hi.
Please, in case is possible, I have a dynamic array five columns, the first column is only two words alternated and the other four columns are numbers (grades).
what I need?, I need to separate the rows of math from the row of geography and convert in two different arrays.
Thank you for reading this.
[TABLE="width: 440"]
<tbody>[TR]
[TD]math[/TD]
[TD]40[/TD]
[TD]80[/TD]
[TD]20[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]79[/TD]
[TD]30[/TD]
[TD]19[/TD]
[TD]68[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]87[/TD]
[TD]40[/TD]
[TD]10[/TD]
[TD]54[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]65[/TD]
[TD]78[/TD]
[TD]91[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]32[/TD]
[TD]45[/TD]
[TD]58[/TD]
[TD]71[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]21[/TD]
[TD]12[/TD]
[TD]30[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]54[/TD]
[TD]23[/TD]
[TD]80[/TD]
[TD]39[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]54[/TD]
[TD]56[/TD]
[TD]58[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]87[/TD]
[TD]89[/TD]
[TD]91[/TD]
[TD]93[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]19[/TD]
[TD]32[/TD]
[TD]45[/TD]
[TD]58[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]37[/TD]
[TD]65[/TD]
[TD]93[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]77[/TD]
[TD]98[/TD]
[TD]91[/TD]
[TD]40[/TD]
[/TR]
</tbody>[/TABLE]
So, I would like to separate math from geography. thanks.
Please, in case is possible, I have a dynamic array five columns, the first column is only two words alternated and the other four columns are numbers (grades).
what I need?, I need to separate the rows of math from the row of geography and convert in two different arrays.
Thank you for reading this.
[TABLE="width: 440"]
<tbody>[TR]
[TD]math[/TD]
[TD]40[/TD]
[TD]80[/TD]
[TD]20[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]79[/TD]
[TD]30[/TD]
[TD]19[/TD]
[TD]68[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]87[/TD]
[TD]40[/TD]
[TD]10[/TD]
[TD]54[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]65[/TD]
[TD]78[/TD]
[TD]91[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]32[/TD]
[TD]45[/TD]
[TD]58[/TD]
[TD]71[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]21[/TD]
[TD]12[/TD]
[TD]30[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]54[/TD]
[TD]23[/TD]
[TD]80[/TD]
[TD]39[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]54[/TD]
[TD]56[/TD]
[TD]58[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]87[/TD]
[TD]89[/TD]
[TD]91[/TD]
[TD]93[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]19[/TD]
[TD]32[/TD]
[TD]45[/TD]
[TD]58[/TD]
[/TR]
[TR]
[TD]geog[/TD]
[TD]37[/TD]
[TD]65[/TD]
[TD]93[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]math[/TD]
[TD]77[/TD]
[TD]98[/TD]
[TD]91[/TD]
[TD]40[/TD]
[/TR]
</tbody>[/TABLE]
So, I would like to separate math from geography. thanks.