The variable on acres unit was a string variable. I encoded it and created a new numeric (float) variable. I have data in acres and it is "blank" in some observations. replaced the blank values("") values to 0. Created a new hectare_variable=0.4. Formated it to %3.0g. Then multiplied acrea_unitvariable*hectare variable. But, the values are not correct.