I have an excel sheet that has data extracted from Hyperion Essbase. I'd like to put a sort of rounding rule on that data without removing the numbers generated from Essbase. For example, in a cell there's the value $13.5232, I'd like to set a rule over that cell telling it to round the absolute value of it to two decimal places if the second decimal is greater than or equal to 0.01, if so than make it 0, if not than keep that number rounded to the second decimal.
To achieve this I simply created another chart on the side with an =IF(ROUND())
equation but I would like to get rid of that chart and apply that rule over the data already extracted by Essbase.