跳到主要内容

如何在Excel中将字母转换为数字,反之亦然?

如果您有一个字母列表,现在要将这些字母转换为它们的相对数字,例如A = 1,B = 2,C = 3…。在其他情况下,您需要将此选项反转为将数字更改为其关联的字母。 您是否曾经尝试在Excel工作表中解决此任务?


使用公式将字母转换为数字

要将字母转换为相对数字,可以使用以下公式:

1。 在数据之外的空白单元格(例如,单元格D2)中,请输入以下公式,然后按 输入 键。

= COLUMN(INDIRECT(B3&1))

2。 然后将填充手柄拖到您要应用此公式的范围内,并且字母已转换为它们的相对数字,如下图所示:

在Excel中轻松将多个数字批量转换为货币单词

手动将357.6美元货币转换为XNUMX美元和XNUMX美分的货币单词很容易。 但是如何将数百个数字转换为货币单词呢。 使用惊人的 数字到货币单词 的特点 Excel的Kutools,然后在Excel中轻松将数字批量转换为货币单词。


Kutools for Excel - 使用 300 多种基本工具增强 Excel 功能。 享受全功能 30 天免费试用,无需信用卡! 立即行动吧!

用公式将数字转换为字母

如果要将1到26范围内的整数转换为相应的字母,请使用以下公式。

1。 在数据之外的空白单元格(例如D3单元格)中,请输入以下公式,然后按 输入 键。

= MID(“ ABCDEFGHIJKLMNOPQRSTUVWXYZ”,B3,1)

2。 然后将填充手柄拖到要包含此公式的范围内,并且数字已根据需要转换为它们的相对字母。 看截图:

Tips::
(1)如果数字大于26,则公式将返回空值;
(2)如果数字小于1,则公式将返回#VALUE! 误差值
(3)如果数字是十进制数字,则公式会将数字修整为整数,然后计算。


使用出色的工具将数字转换为货币文本

如果已经安装 Kutools for Excel,您可以使用它 数字到货币单词 功能可将所有选定的数字批量转换为Excel中的货币单词。

Kutools for Excel-包括300多个用于Excel的便捷工具。 全功能60天免费试用,无需信用卡! 立即行动吧!

1。 选择要转换为货币词的数字,然后单击 库工具 > 内容 > 数字到货币单词.

2。 在“数字转换为货币词”对话框中,请检查 英语 or 中文 选项,然后单击 Ok 按钮。

现在,您将看到所有选定的数字都将批量转换为货币单词。 看截图:


相关文章:

最佳办公生产力工具

🤖 Kutools 人工智能助手:基于以下内容彻底改变数据分析: 智能执行   |  生成代码  |  创建自定义公式  |  分析数据并生成图表  |  调用 Kutools 函数...
热门特色: 查找、突出显示或识别重复项   |  删除空白行   |  合并列或单元格而不丢失数据   |   不使用公式进行四舍五入 ...
超级查询: 多条件VLookup    多值VLookup  |   跨多个工作表的 VLookup   |   模糊查询 ....
高级下拉列表: 快速创建下拉列表   |  依赖下拉列表   |  多选下拉列表 ....
列管理器: 添加特定数量的列  |  移动列  |  切换隐藏列的可见性状态  |  比较范围和列 ...
特色功能: 网格焦点   |  设计图   |   大方程式酒吧    工作簿和工作表管理器   |  资源库 (自动文本)   |  日期选择器   |  合并工作表   |  加密/解密单元格    按列表发送电子邮件   |  超级筛选   |   特殊过滤器 (过滤粗体/斜体/删除线...)...
前 15 个工具集12 文本 工具 (添加文本, 删除字符,...)   |   50+ 图表 类型 (甘特图,...)   |   40+ 实用 公式 (根据生日计算年龄,...)   |   19 插入 工具 (插入二维码, 从路径插入图片,...)   |   12 转化 工具 (小写金额转大写, 货币兑换,...)   |   7 合并与拆分 工具 (高级组合行, 分裂细胞,...)   |   ... 和更多

使用 Kutools for Excel 增强您的 Excel 技能,体验前所未有的效率。 Kutools for Excel 提供了 300 多种高级功能来提高生产力并节省时间。  单击此处获取您最需要的功能...

产品描述


Office Tab 为 Office 带来选项卡式界面,让您的工作更加轻松

  • 在Word,Excel,PowerPoint中启用选项卡式编辑和阅读,发布者,Access,Visio和Project。
  • 在同一窗口的新选项卡中而不是在新窗口中打开并创建多个文档。
  • 每天将您的工作效率提高50%,并减少数百次鼠标单击!
Comments (26)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
I want to be able to write a word eg Angela, into a cell. Next cell I want the sum of all the letters, down to a single number.
a=1 b=2 c=3 d=4 etc
So Angela is 1+14+7+5+12+1=40 then 4+0=4
So cell A1 is Angela and A2 is 40
Anyone know an easy formula for this?
This comment was minimized by the moderator on the site
I need that if I type some letter then it should convert to numeric like ACDD TO 1456 in one cell
This comment was minimized by the moderator on the site
great article. can i use the same for unicode such as hebrew (Convert Letter To Number With Formula)
This comment was minimized by the moderator on the site
I need to convert example 1034890 to I034890 ( Replacing first number to letter) how to do that?
This comment was minimized by the moderator on the site
Why not save some time and use =ADDRESS(1,D2,4,1) function instead?
ex. If the number is 12 and you use the above it will return L1
This comment was minimized by the moderator on the site
number to alphabet
=MID("ABCDEFGHIJKLMNOPQRSTUVWXYZ",A2,1)

alphabet to Number
=SEARCH(UPPER(A1),"ABCDEFGHIJKLMNOPQRSTUVWXYZ",1)
This comment was minimized by the moderator on the site
nice one...........
This comment was minimized by the moderator on the site
bagaimana menukarkan angka kepada perkataan.. contoh.. 432 akan ditukarkan kepada empat ratus tiga puluh dua..
This comment was minimized by the moderator on the site
Thanks very much bro. You saved a lot of my time
This comment was minimized by the moderator on the site
If M=1, Y=2, S=3, O=4, R=5 and E=6..

Then,
In cell A1 if i enter "M", in cell A2 i should get "1"
In cell A1 if i enter "MS", in cell A2 i should get "13"
In cell A1 if i enter "OEY", in cell A2 i should get "462"
This comment was minimized by the moderator on the site
did you get any solution for your query
This comment was minimized by the moderator on the site
Hi
Did you found the formula for your above query please let me know.
This comment was minimized by the moderator on the site
i need same
This comment was minimized by the moderator on the site
Input : Any Body Can Dance, in one cell Output : ABCD, how to convert in excel
This comment was minimized by the moderator on the site
Still in search of this formula in excel... I'm very close to it but not closing it to more than 1 letter.

anybody can help me in this ... !!
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations