Hello,
I have a table which has a number column (10 decimal places) and a precision column (0,1,2,3). I want to convert the number based on the corresponding precision value. I'm using the TEXT formula, however unable to reference it to the Precision column.
Ex:
Number - Precision - TEXT
9.6566545665 - 3 - TEXT(A1,B1) should return 9.657
I don't want to convert the precision to '0.000, I want to keep it as 0,1,2,3.
Any help is greatly appreciated.
Regards,
Kalyan Verma
Bookmarks