A VBA macro for processing a cell value in default time into a human-readable string, with appropriate human scale rounding.
| README.md | codeberg push | |
| TimeString-function.bas | minor typos | |
A VBA macro for processing a cell value in default time into a human-readable string, with appropriate human scale rounding.
Usage: TIMESTRING(expression)
Example outputs:
- TIMESTRING(0.01) - "instant"
- TIMESTRING(1.5) - "1.5 seconds"
- TIMESTRING(1252458) - "14.5 days"
- TIMESTRING(2.279E+029) - "7 trillion quadrillion years"
This project repository is hosted at https://codeberg.org/camopants/TimeString-VBA (migrated from Gitlab in 2025, and this update reflects the last change to be pushed there).