We have created a customized Income statement with...
# accounting
n
We have created a customized Income statement with a % calculation on a column which is displayed /1,000. Is it possible to display the % to 1 decimal place. Currently it gets rounded because of the "Divided By 1000" selection. My formula currently looks like
[ % of Gross Revenue] = [Net Product Revenue] / [Gross Product Revenue] * 100000.0.
Before I converted the column to use /1000 it displayed as 10.7%, now it displays as 11%.
Seems the display will round to avoid decimal place. Anyone got a workaround to that?