This is ongoing from previous thread
http://windowssecrets.com/forums/showthread//158576-Multiple-If-formula-with-TEXT
I have provided a example workbook showing what the end process has to do with simulation.
Firstly, Module2 can be disregarded, it simply shows basically what’s going on, sort of like a web page’s real time data process_ simulator. But it illustrates what does happen, 2- 3 updates within the same minute, or 5M TOGO.
The problem is in Module1
Sub LOGGING
code is very wrong, it requires a complete overhaul.
The problem’s scenario is, there may be 2-3 updates within the same minute, the numericals A and B in Sheet 2 constantly change.
When there is a change, then
Sub TimerCalc2 activates. ( that section working OK. )
I need some sort of coding that populates the values in from Sheet2 Column B3:C28 to the next available 2 columns on the right IF those 2 columns on the right are blank.
The example show values up to row 11.
That’s Ok, it can be anywhere between Row 3 and 28
Thanks