This is an amazing board! I hope this isn't too basic a question, but here goes:
I have a very long array (about 10,000 rows) and I want to do some complex calculations on each element. This includes querying an outside datasource and manipulating the returned data. The result of this manipulation is a single value.
What I would like to do is take the first row, query the outside datasource and make my calculations, then copy the result to the column to the right of the queried element. When this is complete, I would like to move on to the next item, etc.
Any ideas? Thank you very much.
I have a very long array (about 10,000 rows) and I want to do some complex calculations on each element. This includes querying an outside datasource and manipulating the returned data. The result of this manipulation is a single value.
What I would like to do is take the first row, query the outside datasource and make my calculations, then copy the result to the column to the right of the queried element. When this is complete, I would like to move on to the next item, etc.
Any ideas? Thank you very much.