J
Jenny
I have a large database of work orders. I need to find
the number of entries that are from particular
departments (1st condition) and from a particular month
(2nd condition). My date column is in the format 15-Jun-
04. I am currently using it on Windows XP(at home) but
work only has (Windows 97), which is where it will need
to be eventually run. The database also needs to be
continuous as entries will continue to be put in over a
long period of time.
I have tried the following but I keep coming up with
various errors (different every time):
=SUM(IF(Location="Administration",IF(Date<"1-Jun-04",IF
(Date>"31-Jun-04",1,0)
the number of entries that are from particular
departments (1st condition) and from a particular month
(2nd condition). My date column is in the format 15-Jun-
04. I am currently using it on Windows XP(at home) but
work only has (Windows 97), which is where it will need
to be eventually run. The database also needs to be
continuous as entries will continue to be put in over a
long period of time.
I have tried the following but I keep coming up with
various errors (different every time):
=SUM(IF(Location="Administration",IF(Date<"1-Jun-04",IF
(Date>"31-Jun-04",1,0)