Forum Discussion
Neds50
Jul 03, 2022Copper Contributor
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...
- Jul 03, 2022
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.
HansVogelaar
Jul 03, 2022MVP
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.
Neds50
Jul 03, 2022Copper Contributor
Thank you so much, Hans!! You are a legend!!!!!!!!!!!!!!!!!!!!!!!!!