View Single Post
  #1   Report Post  
Rosendo
 
Posts: n/a
Default how do I include a "do nothing choice" in an IF

I want to keep the current value of a cell if certain condition exist, or
chage it if that condition does not exist. Is that posible without using a
circular referencies ?

IF (CONDICTION, CHANGE THE VALUE, KEEP THE PREVIOUS VALUE)