P
per.carlsson
I'm trying to create a personell rooster chart with a 6 week cycle.
The workbook I have looks like this:
a: date
b: day
c:week
d:roosterweek
e: month
F: Name1
g: Name2
h: Name 3
i; Name4
Under each name is the times that individual should come to work
functions used
weekday()
Weeknr()
month()
For the rooster week i made a table of the week numbers and the tooster
weeks and used a hlookup function
weekno rooster week
1 1
2 2
3 3
4 4
5 5
6 6
7 1
What I want to do is to transform the table with the names and times
into a data list with names in one coloumn, times in one coloum and so
on.
I still want the raw data to be in the format as described above, but
if i make a change in times, i want that change to reproduce to the
whole year.
I want this in the data list format so my emplyees can use a pivot
table. That way the raw data is always protected and they cannot
accidentily screw it up.
Is there a smart way to do this?
I'm a new beginner to all this.
The workbook I have looks like this:
a: date
b: day
c:week
d:roosterweek
e: month
F: Name1
g: Name2
h: Name 3
i; Name4
Under each name is the times that individual should come to work
functions used
weekday()
Weeknr()
month()
For the rooster week i made a table of the week numbers and the tooster
weeks and used a hlookup function
weekno rooster week
1 1
2 2
3 3
4 4
5 5
6 6
7 1
What I want to do is to transform the table with the names and times
into a data list with names in one coloumn, times in one coloum and so
on.
I still want the raw data to be in the format as described above, but
if i make a change in times, i want that change to reproduce to the
whole year.
I want this in the data list format so my emplyees can use a pivot
table. That way the raw data is always protected and they cannot
accidentily screw it up.
Is there a smart way to do this?
I'm a new beginner to all this.