Dear all,
I am new to this forum So please pardon me if my words seems breaching the rules of posting. I am not an expert in Excel, not even close, especially when it comes to "writing" macros.
Problem: I have a stream of real-time data flowing in to excel via a formula. The data is the price of a futures contact which gets updated automatically in seconds in a cell. But I inferred that its basically of no use to me unless I crunch it more. And I don't know how I can get it done. Meaning I have to have the data recorded first in the subsequent rows as and when it changes in the first cell. To put it in steps, here is what I intend to do:
A B C
1 Time (hypothetical) A B
2 9:15:01 5001.50 1250000
The above would be the very first cell. Now, the moment the data changes I need a row to get inserted just below it which will have the same formula.
A B C
1 Time (hypothetical) A B
2 9:15:01 5001.50 1250000
3 9:15:02 5000.00 1253000
It should also be noted here that the first row must have only the value and hence subsequently. So at the end of the day I shall have a list of the data of every second on which further processing can be done. Was that too much? Apologize if it was. And any guidance/help will be immensely wonderful and I would be grateful.
Thanks again!
Farhan
I am new to this forum So please pardon me if my words seems breaching the rules of posting. I am not an expert in Excel, not even close, especially when it comes to "writing" macros.
Problem: I have a stream of real-time data flowing in to excel via a formula. The data is the price of a futures contact which gets updated automatically in seconds in a cell. But I inferred that its basically of no use to me unless I crunch it more. And I don't know how I can get it done. Meaning I have to have the data recorded first in the subsequent rows as and when it changes in the first cell. To put it in steps, here is what I intend to do:
A B C
1 Time (hypothetical) A B
2 9:15:01 5001.50 1250000
The above would be the very first cell. Now, the moment the data changes I need a row to get inserted just below it which will have the same formula.
A B C
1 Time (hypothetical) A B
2 9:15:01 5001.50 1250000
3 9:15:02 5000.00 1253000
It should also be noted here that the first row must have only the value and hence subsequently. So at the end of the day I shall have a list of the data of every second on which further processing can be done. Was that too much? Apologize if it was. And any guidance/help will be immensely wonderful and I would be grateful.
Thanks again!
Farhan