I am need to calculate the min and max time for a column. These times are entered manually (from forms) in the HH:MM format because created by and modified by columns are not appropriate for the purpose here.
The times are entered into a form.
These times are converted in a new column using the following formula: =TIME([Time Received (FORM)]@row)
I am looking for the min and max times in this calculated column with the following formula:
=MIN([Time Received]:[Time Received])
I am getting "0" as the answer for both MIN and MAX when that is obviously not correct.
Any thoughts?