J
Joseph
How would one make a expression that can perform two
different addition operations to fill a field depending
on the value of a number found in an earlier string? For
instance, if the number is between 1 and 3 add 10, and if
the number is between 5 and 9 add 20. So what would the
expression look like and how could it be implemented to
automatically fill the field?
different addition operations to fill a field depending
on the value of a number found in an earlier string? For
instance, if the number is between 1 and 3 add 10, and if
the number is between 5 and 9 add 20. So what would the
expression look like and how could it be implemented to
automatically fill the field?