Good Afternoon
I have a spreadsheet with 2 tabs on "Calls Inbound" where the data is stored and "Calls Inbound Overview" where I have an overview.
I am trying to count how many times a call is taken between set times and I am having no look.
The date ("A") and time ("B") are in "Calls Inbound", but I am having trouble trying to get a countif to work. D18 is the time from and E18 is the time to. In the formula below I am trying to see how many calls were entered onto my spreadsheet between 08:00 - 09:00 so on an hourly rate. I will include the date at a later time, but I cant get it to count anything.
My time format is set as 00:00:00
Any help appreciated
Thanks in advance
I have a spreadsheet with 2 tabs on "Calls Inbound" where the data is stored and "Calls Inbound Overview" where I have an overview.
I am trying to count how many times a call is taken between set times and I am having no look.
The date ("A") and time ("B") are in "Calls Inbound", but I am having trouble trying to get a countif to work. D18 is the time from and E18 is the time to. In the formula below I am trying to see how many calls were entered onto my spreadsheet between 08:00 - 09:00 so on an hourly rate. I will include the date at a later time, but I cant get it to count anything.
My time format is set as 00:00:00
Code:
=COUNTIFS('Calls Inbound'!A2:A42,">="&D18,'Calls Inbound'!A2:A42,"<"&E18)
Any help appreciated
Thanks in advance