gcue Posted September 28, 2009 Posted September 28, 2009 im trying to get some date statistics. i have an Array list of 6,000 or so dates in this format 09/28/2009 i am trying to count the entries per month (trailing back 12 months) 09/2009 has xxx entries 08/2009 has xxx entries 07/2009 has xxx entries .. 09/2008 has xxx entries any suggestions?
Inverted Posted September 28, 2009 Posted September 28, 2009 Isn't a simple _ArraySearch enough ? And the rest of the Array.au3 functions of course.
gcue Posted September 28, 2009 Author Posted September 28, 2009 was gonna graph dates. i think ill just throw them into excel using the excel udf.. thanks!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now