I have been trying to find out how to make a streaming number in an existing cell show in another cell as it appeard 5 minutes earlier and continue incrementally in time behind said number. Any help out there? Jay
Actually, using the method suggested by TJWinston (log data to another sheet), this is fairly easy to implement in Excel without using VBA or AddIns. It involves self-referencing cells and enabling iterative calculations with iterations set to one.Quote from jakejasonjay:
thanks guys but even your suggestions were too advanced for me to implement.
See attached.Quote from syswizard:
I'd love to see that technique Kevin....
it's hard to believe with random ticks hitting the sheet that you can create a log of the "prints" without VBA.
Quote from Kevin Schmit:
See attached.
For this to work you have to go into File/Options/Formulas
and check the "Enable iterative calculation" box. Then set
"Maximum Interations" to 1 in the combo box just below
the box you just checked.
Make sure the DDE link in cell B1 is working and the change
the value in cell B9 from TRUE to FALSE, and away you go.
You can change the DDE link, which is currently from MT4,
to reference whatever DDE server you like by modifying the
formula in cell B1.