Thread: totaling months
View Single Post
  #1   Report Post  
Roy
 
Posts: n/a
Default totaling months

Hi,

I have 2 columns, column G is date complete, and column H is status (on
time, late). What I need to do is total up the number of greens and reds
that i have for a given month i.e. in the month of may i closed out 5 items
on time (green) and closed out 3 items late (red)

in 1 work sheet i have the following:

Date due Date Complete Status
R/G

1/1/05 1/1/05 GREEN
1/1/05 1/3/05 RED

In another worksheet i have the following columns

month on time (green) late (red)
j 5 4
f 6 8
m 5 0
a 0 2
etc

the last work sheet will be for gathering statistics how many closed on time
and late so that i can create a chart.

How can I do this?