Hi, I have a percentage complete cell which is working correctly when the following formula is used and the cell is set to show as a percentage:
Formula: =SUM([Column5]24, [Column5]29, [Column5]33) / 3
Result: 25%
However if I add text to the front of the formula, the result changes back to an integer:
Formula: ="Progress (Supervisor) " + SUM([Column5]24, [Column5]29, [Column5]33) / 3
Result: Progress (Supervisor) 0.248868893729418
Is there any way I can specify the output of the formula to show as a percentage?
Thanks in Advance.