Chart "days of the week frequency" from list of dates?

404error

New Member
Joined
Dec 29, 2005
Messages
33
say i have a list of dates:

8/1/2011
8/8/2011
8/15/2011
8/10/2011
8/17/2011
8/26/2011

is there anyway that i could, (easily) make a chart depicting the days of the week that the dates fell/fall on...

so (with this data) the chart would have 3 bars, one representing Monday with 3 'occurrences' , one for Wednesday with 2 'occurrences' and one for Friday with 1 'occurrence'

monday.jpg
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Easiest way is to do the following:

Go to the area you want the data for your chart Lets Say Column G:

Column G
g1=Sunday
g2=Monday
g3=Tuesday...
g7=Saturday

Column H (This sums the date data and counts each weekday):
Copy this formula from H1:h&
=IF(SUMPRODUCT(--((WEEKDAY( PUT YOUR DATE DATA RANGE HERE )=(ROW($A1)))))=0,NA(),SUMPRODUCT(--((WEEKDAY( PUT YOUR DATE DATA RANGE HERE )=(ROW($A1))))))

Highlight G1-h7

Insert your chart

Steve=True
www.exceldashboardtemplates.com
 
Upvote 0

Forum statistics

Threads
1,224,564
Messages
6,179,548
Members
452,927
Latest member
rows and columns

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