假设我有以下数字的列表:
0.02
-0.25
-4.13
5.24
-11.36
40.61
-141.20
Run Code Online (Sandbox Code Playgroud)
我将如何在列中对齐它们,使它们在单元格中左对齐但小数点对齐?
例如,
| 0.02 |
| -0.25 |
| -4.13 |
| 5.24 |
| -11.36 |
| 40.61 |
|-141.20 |
Run Code Online (Sandbox Code Playgroud)
I was tempted to use the "Accounting" category, but this transformed my negative values by adding parentheses.
I'm using Excel for Mac 2011.
我正在尝试将“-0.0028(204)”输入到excel的单元格中,但它一直试图将此(非)表达式评估为“=-0.0028*(204)”。即使我将单元格格式设置为“常规”,也会发生这种情况。有什么建议?谢谢!