Created
October 17, 2024 03:22
-
-
Save minghao51/868a2a3ceeb845f8cfc86c0077fa8592 to your computer and use it in GitHub Desktop.
excel cell format to human readable format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[<999950]0.0,"K";[<999950000]0.0,,"M";0.0,,,"B" | |
# Convert | |
# 7000 -> 7K | |
# 2000000 -> 2M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment