Hi, I want to format the numerical output (Output currently into Excel) as follows:
| currently | | required |
| -12.4 | | (12.40) |
| -1.49 | | (1.49) |
| -120 | | (120.00) |
| 15 | | 15.00 |
| 41 | | 41.00 |
| 40 | | 40.00 |
| 1189.8 | | 1,189.80 |
Ideally wanted to have all values to be lined up (ie even with brackets for negatives).
Also, is there a way of having negative values in red font?
Many thanks