countif question for a rota

G

Guest

I have rota which has all the departments in column A and the days of the
week going along the top. I would like to do a countif to automatically count
how many days a particular person is working. However, a problem arises if
the person is working in 2 departments in 1 day. In this situation the count
will come up as 2 days worked. How do I stop this and make it just count 1?
 
S

sulprobil

Enter 0.5 into each department cell for this person and
apply a conditional format to show that a person was in at
a given weekday.

I bet your next task will be to present a list of % people
were working for a department. Then you will have either
hours or parts of a day (0.5 like mentioned above) to be
entered in the cells :)

Regards,
sulprobil
 
G

Guest

Don't worry! I've done a quite longwinded sum of ifs and countifs which is
messy, but works!

Michelle Tucker said:
The formula I'm using is
=COUNTIF(D$3:J$28,"*GB*")

(Where GB is the staff's initials)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top