In column Wed 17, there are cell values showing military times from and to. I want to summarise the hours at the bottom of the column by the hour, for instance, how many times does the time period cover the hour of 0800 or between 0800-0859. The result needs to return 1 from the example below, for 0700 it needs to return 3, and so on.
Can anyone suggest a simple formula to extract this data from the range of cells?
Tried this formula =COUNTIF(I$10:I$301,">=1200*")-COUNTIF(I$10:I$301,">1300*"), but it only returns values starting with the first argument.
Many thanks
Adam
Can anyone suggest a simple formula to extract this data from the range of cells?
Tried this formula =COUNTIF(I$10:I$301,">=1200*")-COUNTIF(I$10:I$301,">1300*"), but it only returns values starting with the first argument.
Many thanks
Adam