在 Excel 中以千 (K) 为单位格式化数字 [英] Format numbers in thousands (K) in Excel

查看:56
本文介绍了在 Excel 中以千 (K) 为单位格式化数字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 MS Excel 中,我想格式化一个数字,以便只显示千位,并在其中包含K",所以数字 123000 将在单元格中显示为 123K

In MS Excel, I would like to format a number in order to show only thousands and with 'K' in from of it, so the number 123000 will be displayed in the cell as 123K

很容易格式化以仅显示千 (123),但我想添加 K 符号,以防数字 > 1000.所以一个数字为 123 的单元格将显示 123一个 123000 的单元格将显示 123K

It is easy to format to show only thousands (123), but I'd like to add the K symbol in case the number is > 1000. so one cell with number 123 will display 123 one cell with 123000 will show 123K

知道如何使用 Cell -> 自定义过滤器格式吗?

Any idea how the format Cell -> custom filters can be used?

谢谢!

推荐答案

自定义格式

[>=1000]#,##0,"K";0

会给你:

注意零和K"之间的逗号.要显示数百万或数十亿,请改用两个或三个逗号.

Note the comma between the zero and the "K". To display millions or billions, use two or three commas instead.

这篇关于在 Excel 中以千 (K) 为单位格式化数字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆