Question for the experts

tford

New Member
Joined
Jun 13, 2018
Messages
1
Hey Folks,

Long time lurker, first time poster so be gentle.

Having an issue, our software program returns a list of dates in day/month/year. We have the cells formatted to show up as Wednesday, January 12 2018 for example. I thing is, is there anyway to get excel to count how many times the dates fall on specific days of the week, Monday through Sunday. I know i'll need a cell for each day of the week by i can't seem to get it working as the actual value is day/month/year.

Any help?
Thanks in advanced
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Something like this maybe:

=SUMPRODUCT(--(WEEKDAY(C1:C6)=1))

=1 Sunday
=2 Monday
=3 Tuesday

I'm sure you get the pattern
 
Upvote 0
=SUMPRODUCT(--(WEEKDAY(C1:C6, 2)=1))

Actually better to add in this part and that way

=1 is Monday
=2 is Tuesday and so on
 
Upvote 0

Forum statistics

Threads
1,215,540
Messages
6,125,409
Members
449,223
Latest member
Narrian

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