Plotting Numbers of Bugs Raised Each Day From a BugTracker in Excel
Wednesday, December 7th, 2011I had a requirement to plot the number of bugs raised on each day on a graph to show how many are raised. The bugs were stored in the very wonderful BugTracker.NET . The problem was I had a list of bugs with a date time. ID MIN(dateUpdated) 2 11/04/2011 09:10 4 12/04/2011 16:48 14 18/04/2011 21:03 15 20/04/2011 07:14 16 20/04/2011 ...