I understand timestamps has been discussed before and I have gone through IE: (http://chandoo.org/wp/2009/01/08/timestamps-excel-formula-help/). However I have a twist on what I am trying to achieve.
I want to create a static timestamp as a formula without VBA that is caused by another event, but clears when that event is is again unfulfilled. In addition that event is caused not by physical input of the cell but an event in live fed data.
IE: A1 is a non-static value and A2 says =if(a1=1,1,0) and if A2 is 1 then shows what time it became 1 and empty "" if A2 = 0.
Have found some VBA work around but still troubling when I try to populate. I have been working on this issue over a year, hope someone will have some ideas.
I want to create a static timestamp as a formula without VBA that is caused by another event, but clears when that event is is again unfulfilled. In addition that event is caused not by physical input of the cell but an event in live fed data.
IE: A1 is a non-static value and A2 says =if(a1=1,1,0) and if A2 is 1 then shows what time it became 1 and empty "" if A2 = 0.
Have found some VBA work around but still troubling when I try to populate. I have been working on this issue over a year, hope someone will have some ideas.