A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi there,
Apologies if I was unclear with my request. I understand that currency format is not supported in 3D maps of Excel. However, the stated solution in the linked post was to convert the value to integer value in order to achieve a similar format.
I would like to know the necessary steps needed to convert my current value to integer value.
Thanks!
*Update: I was able to resolve the issue to successfully convert my values into integer values. I've found that if your dataset contains decimals then the value will be displayed in the unformatted style with all the preceding decimals.
In order to resolve, I had to use the formula =Trunc( ) to shorten the numbers to no longer contain decimal values and this corrected the issue. I'm certain that =round would also have the same result.