Rota

  • Thread starter Thread starter chris.howes
  • Start date Start date
C

chris.howes

I have been asked to create a rolling rota for 14 staff is the a way t
get excel to automaticaly rotate the names or shift pattern each week

::Example ::
Initial shift example

Name shft shift
Ben 9-6 8-5
Bill 11-8 8-5
Bob 8-5 11-8

After the completion on this week

Ben 8-5 11-8
Bill 9-6 8-5
Bob 11-8 8-
 
Play about with this formula to get what you want.

=CHOOSE(MOD(WEEKNUM(TODAY())+ROW(A1),3)+1,"9-6","11-8","8-5")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"chris.howes" <[email protected]>
wrote in message
news:[email protected]...
 

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

Back
Top