Thread: chart by date
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
smonsmo smonsmo is offline
external usenet poster
 
Posts: 20
Default chart by date

I have two columns, m and n. In those columns I have a name and a
corresponding date. example:
m n
Mark 2/22/07
Steve 1/12/07
Steve 1/11/07
Mark 2/1/07
Greg 1/1/07

These columns will have multiple entries for the same name and date. I need
to create a chart that breaks the information down, counting how many times
per month these names show up. What I would like to see is a chart that on
the left axis count up from zero and the lower axis breaks each month down
and gives me a column for each name.
Thanks