Feb 26, 2020 01:09 PM
Form some reason if I try to multiply or divide I get error however addition and subtraction works fine. What am i doing wrong?
Feb 27, 2020 08:17 AM
Try wrapping them in a VALUE() function:
VALUE({Hold}) * VALUE({Dosage})
INT() will do the same thing, but returns an integer rather than a float.
Bit more info on this thread