Exponential number in custom number format of Excel

不羁岁月 提交于 2019-12-11 10:25:33

问题


In an Excel chart, I have some values on the x-axis: 1, 2, 3, 4, 5 But these values are actually in logarithm. Therefore, I need to show the exponential numbers as the labels of x-axis like: 10, 100, 1000, 10000, and 100000.

I tried the 'Format Axis' --> 'Number' --> 'Custom' in order to add a new format code to support that. But it didn't work.

The best thing I've got so far is

10^#,##0;10^#,##0

But it just gives me exactly 10^x which is not what I need.

Any idea?

来源:https://stackoverflow.com/questions/36421917/exponential-number-in-custom-number-format-of-excel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!