Hi all,
I have a pivot table using a cross tab that generates the following table below;
| Trade Entity | FO Location | October |
| Non - SG Entity | Non-SG FO | 36309.35181 |
| Non - SG Entity | SG FO | 162383.7225 |
I need the final numbers under October to be rounded 2dp. Currently I have this applied "Round([October], 0.01)" in a formula tool which translates to the following table below
| Trade Entity | FO Location | October | Total |
| Non - SG Entity | Non-SG FO | 36309.35181 | 36309.35 |
| Non - SG Entity | SG FO | 162383.7225 | 162383.7 |
Ideally, I would like to avoid generating the "Total" category, and just leave the rounding under the "October" category, as this will not work if there is more than 1 month eg. October, September, November etc.
Any ideas guys?