Google Sheets - TIMEVALUE function

TIMEVALUE function returns the percentage of time has pass for a day. For example, at 12:00 PM, 50% of the time of a day (24 hours) has passed. At 18:00 PM, 75% of the time of the day has passed. However, TIMEVALUE function does not return percentage directly. It returns a value between 0 and 1 such as 0.05 or 0.42. You can format it as percentage though.

Syntax

TIMEVALUE(time)

Examples


Comments

Popular posts from this blog

Excel - IF function

Excel - Hierarchical chart (Treemap)

Excel - VLOOKUP function