Hi there.
I'm trying to format numbers to display a limited number of decimal places without rounding the displayed result or altering the actual value of the cell.
For example, the value in the cell is: 78.636153846153 9
I need it to be displayed as: 78.63, but still keep the underlying value for the purposes of calculation.
I've searched everywhere and cannot find a solution. Changing the decimal places in the number format will round the displayed result and the ROUNDDOWN or TRUNC functions alter the underlying value.
Is this possible using number formatting or formulas? In the worksheet I'm working on, a VBA solution is not feasible.
Thanks in advance for any help you can provide.
I'm trying to format numbers to display a limited number of decimal places without rounding the displayed result or altering the actual value of the cell.
For example, the value in the cell is: 78.636153846153 9
I need it to be displayed as: 78.63, but still keep the underlying value for the purposes of calculation.
I've searched everywhere and cannot find a solution. Changing the decimal places in the number format will round the displayed result and the ROUNDDOWN or TRUNC functions alter the underlying value.
Is this possible using number formatting or formulas? In the worksheet I'm working on, a VBA solution is not feasible.
Thanks in advance for any help you can provide.
Comment