Hi,
Struggling to get the Frequency Function to work with time.
In Column B i have dd/mm/yyyy hh:mm this is exported from a Database.
I want to know how many cases arrived between each hour of the day.
I've used Text=(B2,"hh:mm") and also tried Text=(B2,"hh:mm:ss") to extract the time in.
I've then added 00:00 to 23:00 in O2:O25 and used the array formula:
But i only get zeros back.
Where am i going wrong?
Struggling to get the Frequency Function to work with time.
In Column B i have dd/mm/yyyy hh:mm this is exported from a Database.
I want to know how many cases arrived between each hour of the day.
I've used Text=(B2,"hh:mm") and also tried Text=(B2,"hh:mm:ss") to extract the time in.
I've then added 00:00 to 23:00 in O2:O25 and used the array formula:
Code:
=FREQUENCY(C2:C60,O2:O26)
But i only get zeros back.
Where am i going wrong?