|
On Wed, 10 Oct 2007 21:25:23 -0000, PK <kwaddai.mensah@GMAIL.COM> wrote:
>I have a task that I am hoping someone can help me solve.
>
>I have multiple dates per account and I need to group all accounts
>that fall into similar date ranges togther!
You have to provide a precise definition of "similar". Or, if you want stats
advice in addition to programming advice, explain what you are trying to
analyze.
>For eg. Account 1111 has date ranging from Apr-99 to Mar00 and
>Account9999 is from Sep95 to Jun96...
>
>I cannot fit it into calendar or fiscal year ranges obviously but I
>would like to establish some ranges to prevent having to hardcode. I
>would like this program to be as automated as possible because it will
>be used for numerous accounts.
>
>Thanks,
>PK
|