Forum Discussion
anwarsafian
Oct 21, 2023Copper Contributor
Date and Time to Time Range Formulas
Hi expert I would like to know what is formula to group the time range as shown in below table regardless what the date is. Date and Time Time Range 7/31/23 9:29:58 AM 9-10 AM 7/31...
rachel
Oct 21, 2023Iron Contributor
I attached an example to convert time to time value use MATCH function with "match_type=1" to group it.
MATCH function with "match_type=1" finds the largest value that is less than or equal to lookup_value.
I find it useful for grouping based on value.