One column diagram

Bus nerd

New Member
Joined
May 5, 2017
Messages
2
Hi!

Have roughly 2200 times (hh:mm) which I need to plot in a diagram, as to how often a certain time appears. Help...
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi. Do you mean create a chart? If so I thing you will need to create interval data (count of number of entries between say 00:00 and 00:59, 01:00 and 01:59 etc). That will show the most 'popular' hour. Is that what you mean?
 
Upvote 0
Absolutely a chart. The problem is that I need the frequency of every single minute, preferrably with a line or bar for just that minute...
 
Upvote 0
So you just want a count of how many times say 12:00 appears? Try this. Place your 2000 times in column A. Type 12:00 in C1. Then use this formula to create a count:

=COUNTIF(A:A,C1)
 
Upvote 0

Forum statistics

Threads
1,214,575
Messages
6,120,344
Members
448,956
Latest member
Adamsxl

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