Files
BiJi/表格/进制转换.md
LL 273acc8836 docs: 添加进制转换表格文档
添加一个包含进制转换公式的文档,用于将单元格内容转换为十六进制格式
2025-11-27 17:23:03 +08:00

3 lines
145 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
B1="0x"&TEXT(DEC2HEX(VALUE(MID(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"0123456789")),10^9))),"0000")
A1D100
根据公式转换后变为0x0064