everblazing
Board Regular
- Joined
- Sep 18, 2015
- Messages
- 156
Hello
I would really appreciate any help. I have a roster. I am trying to find the number of people available to work on a specific date. I want to be able to type a desired date in sheet 2 and be able to get number of people available on that date. Merge and Centre on date and year raw.
below is the example of the Roster.
]
[/
I would really appreciate any help. I have a roster. I am trying to find the number of people available to work on a specific date. I want to be able to type a desired date in sheet 2 and be able to get number of people available on that date. Merge and Centre on date and year raw.
below is the example of the Roster.
]
Excel 2012 | |||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | |||
1 | ROSTER | 1/01/2015 | 2/01/2015 | 5/01/2015 | 6/01/2015 | 7/01/2015 | 8/01/2015 | 9/01/2015 | 12/01/2015 | 13/01/2015 | 14/01/2015 | 15/01/2015 | 16/01/2015 | 19/01/2015 | 20/01/2015 | 21/01/2015 | 22/01/2015 | 23/01/2015 | 26/01/2015 | 27/01/2015 | 28/01/2015 | 29/01/2015 | 30/01/2015 | ||||||
2 | Jan-15 | ||||||||||||||||||||||||||||
3 | Thu | Fri | Mon | Tue | Wed | Thu | Fri | Mon | Tue | Wed | Thu | Fri | Mon | Tue | Wed | Thu | Fri | Mon | Tue | Wed | Thu | Fri | |||||||
4 | Staff | Colour | State | Queues | team Manager | 01 | 02 | 05 | 06 | 07 | 08 | 09 | 12 | 13 | 14 | 15 | 16 | 19 | 20 | 21 | 22 | 23 | 26 | 27 | 28 | 29 | 30 | ||
5 | MNO PQR | Team C | NEF GER | ||||||||||||||||||||||||||
6 | ABC DEF | Team A | QRS TUV | P | S | A | A | A | A | A | A | A | A | A | A | P | |||||||||||||
7 | GHE IJK | Team B | WXY ZRE | P | C | P | A | ||||||||||||||||||||||
_2015_2016 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
G1 | =F1+1 | |
G3 | =TEXT(G1,"ddd") | |
H1 | =G1+3 | |
H3 | =TEXT(H1,"ddd") | |
I1 | =H1+1 | |
I3 | =TEXT(I1,"ddd") | |
J1 | =I1+1 | |
J3 | =TEXT(J1,"ddd") | |
K1 | =J1+1 | |
K3 | =TEXT(K1,"ddd") | |
L1 | =K1+1 | |
L3 | =TEXT(L1,"ddd") | |
M1 | =L1+3 | |
M3 | =TEXT(M1,"ddd") | |
N1 | =M1+1 | |
N3 | =TEXT(N1,"ddd") | |
O1 | =N1+1 | |
O3 | =TEXT(O1,"ddd") | |
P1 | =O1+1 | |
P3 | =TEXT(P1,"ddd") | |
Q1 | =P1+1 | |
Q3 | =TEXT(Q1,"ddd") | |
R1 | =Q1+3 | |
R3 | =TEXT(R1,"ddd") | |
S1 | =R1+1 | |
S3 | =TEXT(S1,"ddd") | |
T1 | =S1+1 | |
T3 | =TEXT(T1,"ddd") | |
U1 | =T1+1 | |
U3 | =TEXT(U1,"ddd") | |
V1 | =U1+1 | |
V3 | =TEXT(V1,"ddd") | |
W1 | =V1+3 | |
W3 | =TEXT(W1,"ddd") | |
X1 | =W1+1 | |
X3 | =TEXT(X1,"ddd") | |
Y1 | =X1+1 | |
Y3 | =TEXT(Y1,"ddd") | |
Z1 | =Y1+1 | |
Z3 | =TEXT(Z1,"ddd") | |
AA1 | =Z1+1 | |
AA3 | =TEXT(AA1,"ddd") | |
F3 | =TEXT(F1,"ddd") |
Last edited: