函数返回Unicode值


1

如果单元格(例如单元格A1)包含ASCII文本:

一个

然后我可以使用CODE()函数返回其数字等价物。那是:

= CODE(A1)将显示65

是否存在类似于CODE()的函数,如果A1包含Unicode字符,它将返回数值等价?

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.