How can I convert this into being a static date stamp? It does what I need it to do, but when that particular field is a zero, I need to be able to have a static date stamp when that happens. I've found a few posts about static date stamps, but none of them are very useful. Any idea how?
=IF('bin capacities'!J3=0,NOW(),"")
=IF('bin capacities'!J3=0,NOW(),"")