Is it possible to update the values of another cell
– what I have in mind is some “function” that on the basis of a test will increment the value of another cell
e.g. in pseudo-VB code
IF test = 1 then
target cell value = target cell value + 1
end if
I’m aware of the =IF(test,true condition,false condition) function, but if I use something like =IF(A4>10,K4=K4+1,K4=0) then the cell just display FALSE