Count day name in list of dates

Raggy

Board Regular
Joined
Jul 30, 2008
Messages
70
Office Version
  1. 2010
Platform
  1. Windows
This is the basics of what I want, I am supplied a list of dates in the format 19/04/2022 which I format the columns to show the day of the week. I need to collate how many Tuesdays there are in that list for example but honestly struggling to get my head around it. Any help appreciated
1650574133562.png
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
What about:

TEST.xlsx
BCDEFGH
1List
2DayMonTueWedThurMon 11/04/2022
3 3110Tue 12/04/2022
4Wed 13/04/2022
5Mon 25/04/2022
6Thu 28/04/2022
7Mon 18/04/2022
report
Cell Formulas
RangeFormula
C3:F3C3=SUM(--(TEXT($H2:$H7,"ddd")=C2))
 
Upvote 0
Looks promising, but what I want to do in the end is to use it as part of an countifs statement so it becomes the criteria
=countifs(j:j, "Email", h:h, C2) as I have a column that has the call type in it so I need to match the days that emails came on, i.e. count all days in column J that were 'email' and also matched the day name in C2. Hope that makes sense. Didnt want to complicate the original question. Thanks for the suggestion so far though.
 
Upvote 0
If you can't work it from my formula, show show details. Please use XL2BB when posting examples rather than an image.
 
Upvote 0

Forum statistics

Threads
1,215,555
Messages
6,125,490
Members
449,234
Latest member
slzaleski

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top