A
AldreteMeza
For example:
A3=days360(2006/03/12,today())
A5=if(a3=10,"10","No Data")
on 2006/03/22 I will have A5=10 but on 2006/03/23 I will have A5=No data and
I want to recall, replace the value of A5=10 at the time the expresion "if"
is true and let A5 always be 10 after expresion is "if" is true.
A3=days360(2006/03/12,today())
A5=if(a3=10,"10","No Data")
on 2006/03/22 I will have A5=10 but on 2006/03/23 I will have A5=No data and
I want to recall, replace the value of A5=10 at the time the expresion "if"
is true and let A5 always be 10 after expresion is "if" is true.