moving cells

P

Paul

I have a roster with 30 names on a fixed schedule for 15 weeks i want to move
the names through the schedule.

Thanks
 
M

Max

I have a roster with 30 names on a fixed schedule for 15 weeks
i want to move the names through the schedule.

Just an option to tinker with ..

Sample construct at:
http://www.savefile.com/files/7312953
30 names 15 weeks rotation schedule_paul_newusers.xls

In Sheet1, list the 30 names in A1:A30
Put in A31: =A1
Copy A31 down to A60 to repeat the name list

Then in say, Sheet2, to create the schedule ..

Put in A1: Week1, copy A1 across to O1
(this simply creates arbitrary labels for the 15 weeks in A1:O1)

Put in A2:
=OFFSET(INDIRECT("'Sheet1'!A"&ROW(A1)),COLUMN(A1)-1,)
Copy A2 across to O2, fill down to O31 to populate the schedule
 
M

Max

Please note that the sample file was saved in manual calc mode

To check / change calculation mode back to "Automatic":
Click Tools > Options > Calculation tab
Check "Automatic" > OK
 

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