Formula to multiply Sale Price column which is formatted as Single Line Text by ONP Net% column which is formatted as percent (1.00) to fill the ONP Commission column which contains the formula and format as currency.
Throws and ERROR no matter what I try.
Have tried:
VALUE({Sale Price})VALUE({ONP Net%})
{Sale Price}{ONP Net%}
Changing format of Sale Price to currency (which breaks all the other formulas too)
Adding VALUE worked to fix the ERROR on all other columns except the the ONP Commission column.
Any suggestions?