I have numbers show in a custom format.
Eg. I type in 9 and it shows up as A: 9.0 %
Eg. I type in 8.512 and it shows up as B: 8.5 %
The A and B are independent of the number and are based on something else completely.
But now what I need is the number to round to the nearest 0.05
Eg. I type in 9 and it shows up as A: 9.00 %
Eg. I type in 9.03 and it shows up as A: 9.05%
Eg. I type in 9.07 and it shows up as A: 9.05%
Eg. I type in 9.09 and it shows up as A: 9.10%
But, here are two concerns:
1. I do not want to use an extra column (for whatever reason)
2. I do not want the actual value to change, just the display.
Is there a way to build in the mround formula into the custom format?
Eg. I type in 9 and it shows up as A: 9.0 %
Eg. I type in 8.512 and it shows up as B: 8.5 %
The A and B are independent of the number and are based on something else completely.
But now what I need is the number to round to the nearest 0.05
Eg. I type in 9 and it shows up as A: 9.00 %
Eg. I type in 9.03 and it shows up as A: 9.05%
Eg. I type in 9.07 and it shows up as A: 9.05%
Eg. I type in 9.09 and it shows up as A: 9.10%
But, here are two concerns:
1. I do not want to use an extra column (for whatever reason)
2. I do not want the actual value to change, just the display.
Is there a way to build in the mround formula into the custom format?