Hi ALL,
I would like to write in data entry a value in a column algorithm in the block c and based on the value of the block d I would like block a or block b to become equal to block c.
To do this, I enabled data entry on blocks a, b and c. The algorithm in c is "if(d=0,a,b)", and tried entering as reverse algorithm 'if(d=0,a=c,b=c)", but it tells me that the inverse algorithm is invalid.
Is it possible to insert an if-condition in the reverse algorithm?
If the answer is yes, how should I write the coding?
Thanks for any assistance.
Deborah