From: Judas Magnus on
If I have for example:

Sign(1).name = 'Aries';
Sign(1).startDate = 'March 21';
Sign(1).endDate = 'April 20';


In a excel file how would i have all the entries with that date range and then count it them?


ex entry

noob F March 21
noob2 F March 20


i would have to read from the excel file to start out with right?
From: TideMan on
On Apr 27, 2:34 pm, "Judas Magnus" <ragnaork5...(a)yahoo.com> wrote:
> If I have for example:
>
> Sign(1).name = 'Aries';
> Sign(1).startDate = 'March 21';
> Sign(1).endDate = 'April 20';
>
> In a excel file how would i have all the entries with that date range and then count it them?
>
> ex entry
>
> noob F  March   21
> noob2   F       March   20
>
> i would have to read from the excel file to start out with right?

I've read your post several times, but I cannot figure out what you
are talking about.
This is not standard English:
"...then count it them."
If English is not your native language, you may need to ask someone to
help you.
From: us on
"Judas Magnus" <ragnaork5435(a)yahoo.com> wrote in message <hr5ieu$fe0$1(a)fred.mathworks.com>...
> If I have for example:
>
> Sign(1).name = 'Aries';
> Sign(1).startDate = 'March 21';
> Sign(1).endDate = 'April 20';
>
>
> In a excel file how would i have all the entries with that date range and then count it them?
>
>
> ex entry
>
> noob F March 21
> noob2 F March 20
>
>
> i would have to read from the excel file to start out with right?

well...
yes, of course...
what a question...

us