1
0
Fork
You've already forked TimeString-VBA
0
A VBA macro for processing a cell value in default time into a human-readable string, with appropriate human scale rounding.
  • VBA 100%
2026年01月07日 01:55:08 +00:00
README.md codeberg push 2026年01月07日 01:55:08 +00:00
TimeString-function.bas minor typos 2023年06月20日 20:39:10 +01:00

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).