Forum Discussion

Neds50's avatar
Neds50
Copper Contributor
Jul 03, 2022
Solved

Formula that shows number of phone call received on certain days between certain times

Hi Wonderful Smart Excel people ๐Ÿ™‚ This problem is doing my head in and I hope someone out there can help!! So, I'm looking for a formula to calculate how many telephone calls were received on a Fr...
  • HansVogelaar's avatar
    Jul 03, 2022

    Neds50 

    I'd change the times in E3 and down to 12:00:00 AM, 7:00:00 AM etc. Same for I3 and down.

    And enter 1 in F11 and J11.

     

    In G3:

     

    =COUNTIFS($B$3:$B$1081,"Friday",$C$3:$C$1081,">="&E3,$C$3:$C$1081,"<"&F3)

     

    Fill down. In K3:

     

     

    =COUNTIFS($B$3:$B$1081,"Saturday",$C$3:$C$1081,">="&I3,$C$3:$C$1081,"<"&J3)

     

    Fill down.

Resources