Cell check in a rule
Posted: Thu Jul 29, 2010 8:09 pm
Hello,
I would like to make a colum rule like = 'If the value in a cell is under 30, change the value to 30'.
Tried something like: ['columnA'] = if([columnA]<30,[columnA]=30,continue);
Apparently this is a recursive call and the the rule never ends...
But how can I do this kind of calculation?
Thanks a lot,
Toto
I would like to make a colum rule like = 'If the value in a cell is under 30, change the value to 30'.
Tried something like: ['columnA'] = if([columnA]<30,[columnA]=30,continue);
Apparently this is a recursive call and the the rule never ends...
But how can I do this kind of calculation?
Thanks a lot,
Toto