steve400243
Active Member
- Joined
- Sep 15, 2016
- Messages
- 429
- Office Version
- 365
- 2016
- Platform
- Windows
Hello, I'm trying to put together this workbook with pivot table slicers on "Sheet3". I want the Day Total Slicer to be the sum total by Day and I cant figure out how to get it done. Thanks for any help provided.
Montague April - 2022a.xlsx | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | |||
1 | ||||||||||||||||||||
2 | ||||||||||||||||||||
3 | Row Labels | |||||||||||||||||||
4 | 4/1/2022 | |||||||||||||||||||
5 | 5.67 | |||||||||||||||||||
6 | 7.87 | |||||||||||||||||||
7 | 8.25 | |||||||||||||||||||
8 | 10.07 | |||||||||||||||||||
9 | 14.85 | |||||||||||||||||||
10 | Grand Total | |||||||||||||||||||
11 | ||||||||||||||||||||
12 | ||||||||||||||||||||
13 | ||||||||||||||||||||
14 | ||||||||||||||||||||
15 | ||||||||||||||||||||
16 | ||||||||||||||||||||
17 | ||||||||||||||||||||
18 | ||||||||||||||||||||
19 | ||||||||||||||||||||
20 | ||||||||||||||||||||
21 | ||||||||||||||||||||
22 | ||||||||||||||||||||
23 | ||||||||||||||||||||
24 | ||||||||||||||||||||
25 | ||||||||||||||||||||
26 | ||||||||||||||||||||
27 | ||||||||||||||||||||
28 | ||||||||||||||||||||
29 | ||||||||||||||||||||
30 | ||||||||||||||||||||
31 | ||||||||||||||||||||
32 | ||||||||||||||||||||
33 | ||||||||||||||||||||
34 | ||||||||||||||||||||
35 | ||||||||||||||||||||
36 | ||||||||||||||||||||
37 | ||||||||||||||||||||
38 | ||||||||||||||||||||
Sheet3 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
C3:C34 | C3 | =VLOOKUP(Data!$A3,Sheet2!$A$1:$F$200,2,FALSE) |
D3:D34 | D3 | =VLOOKUP(Data!$A3,Sheet2!$A$1:$F$200,3,FALSE) |
F3:F34 | F3 | =VLOOKUP(Data!$A3,Sheet2!$A$1:$F$200,4,FALSE) |
G3:G34 | G3 | =VLOOKUP(Data!$A3,Sheet2!$A$1:$F$200,5,FALSE) |
H3:H34 | H3 | =VLOOKUP(Data!$A3,Sheet2!$A$1:$F$200,6,FALSE) |
I3:I34 | I3 | =IF(Data!$A3>1,3.85,"0") |
M3:M34 | M3 | =I3+$J$1*J3+$K$1*K3 |
I35 | I35 | =SUBTOTAL(103,[Order Charge]) |
J35 | J35 | =SUBTOTAL(109,[Full Cartons Out]) |
K35 | K35 | =SUBTOTAL(109,[Unit Picks]) |
L35 | L35 | =SUBTOTAL(109,[Pallets Out]) |
M35 | M35 | =SUBTOTAL(109,[Day Total]) |
Named Ranges | ||
---|---|---|
Name | Refers To | Cells |
Refs | =Data!$A$3:$A$34 | F3:I3, C3:D3 |