1
I’d like to make if TODAY()=A2
then on C2
cell value must only per day 1 time update from B2
and put value on cell C2
and after that must not to be changed C2
while if B2
even will change.
]2
I tryed this formula on excel but still something is missing
=IF(TODAY()=A2; B2; C2)
5