murphyryans
New Member
- Joined
- Aug 24, 2023
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hello,
I am trying to work on summarizing some statistics from an excel spreadsheet my entire team is using. But 700 lines in, there are some inconsistencies. Hoping you can help me find a formula to build to make up for these inconsistencies.
What I am trying to track whether a job was completed and by which Line Center/PMO. When i created the initial formula =COUNTIFS(E:E, J8, B:B, "Yes") it depended on our team both checking the box that says yes or no on Column B and selecting the Line Center from the drop down. What happened was people were making slight mistakes in the line center names. Instead of selecting "Gresham" They were typing "Gresham " and when that inconsistency happened it no longer showed that as a stat for Gresham. Besides me going through every line to ensure they selected the correct name, are there any other methods to have excel help me out. In my mini sheet I have a few inconsistencies to see if you all can help.
I am trying to work on summarizing some statistics from an excel spreadsheet my entire team is using. But 700 lines in, there are some inconsistencies. Hoping you can help me find a formula to build to make up for these inconsistencies.
What I am trying to track whether a job was completed and by which Line Center/PMO. When i created the initial formula =COUNTIFS(E:E, J8, B:B, "Yes") it depended on our team both checking the box that says yes or no on Column B and selecting the Line Center from the drop down. What happened was people were making slight mistakes in the line center names. Instead of selecting "Gresham" They were typing "Gresham " and when that inconsistency happened it no longer showed that as a stat for Gresham. Besides me going through every line to ensure they selected the correct name, are there any other methods to have excel help me out. In my mini sheet I have a few inconsistencies to see if you all can help.
Minisheet.xlsx | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | Date | Yes | Worked Hot (Y/N) | Region | Line Center/PMO | Crew called | Created POSS | 62% | Percentage crew called | ||||||
2 | 6/1/2023 | Yes | No | Eastern | Gresham | No | |||||||||
3 | 6/1/2023 | Yes | No | Eastern | B&M PMO | No | No | Monthly Jobs Canceled/Rescheduled | 5 | ||||||
4 | 6/1/2023 | Yes | Yes | Eastern | B&M PMO | Yes | No | Percentage Canceled/Rescheduled | 14% | ||||||
5 | 6/1/2023 | Yes | No | Eastern | DJs PMO | Yes | No | ||||||||
6 | 6/1/2023 | Yes | No | Eastern | Gresham | No | No | "No" | Yes | ||||||
7 | 6/1/2023 | Yes | No | Eastern | DJs PMO | Yes | No | Contractors | 3 | 15 | |||||
8 | 6/1/2023 | Yes | Yes | Eastern | DJs PMO | Yes | B&M PMO | 3 | 7 | ||||||
9 | 6/1/2023 | Yes | No | Eastern | DJs PMO | Yes | No | DJs PMO | 0 | 8 | |||||
10 | 6/1/2023 | Yes | No | Eastern | PSC | No | No | Henkels & McCoy | 0 | 0 | |||||
11 | 6/1/2023 | Yes | No | Eastern | DJs PMO | Yes | No | ILB PMO | 0 | 0 | |||||
12 | 6/1/2023 | Yes | No | Eastern | DJs PMO | Yes | No | Potelco PMO | 0 | 0 | |||||
13 | 6/1/2023 | Yes | Yes | Southern | Sunset | No | Wilson Const. PMO | 0 | 0 | ||||||
14 | 6/1/2023 | Yes | No | Southern | Newberg | Yes | Sturgeon PMO | 0 | 0 | ||||||
15 | 6/1/2023 | No | No | Southern | B&M PMO | No | |||||||||
16 | 6/1/2023 | No | No | Southern | B&M PMO | No | Eastern | 0 | 5 | ||||||
17 | 6/1/2023 | No | No | Southern | B&M PMO | No | Gresham | 0 | 3 | ||||||
18 | 6/1/2023 | Yes | No | Southern | B&M PMO | No | OC | 0 | 0 | ||||||
19 | 6/1/2023 | Yes | No | Southern | B&M PMO | Yes | PSC | 0 | 2 | ||||||
20 | 6/1/2023 | Yes | No | Southern | Woodburn | Yes | Core | 0 | 0 | ||||||
21 | 6/1/2023 | Yes | Yes | Southern | Sunset | No | |||||||||
22 | 6/1/2023 | Yes | No | Southern | Newberg | Yes | Western | 2 | 4 | ||||||
23 | 6/1/2023 | Yes | No | Southern | B&M PMO | No | No | Beaverton | 0 | 1 | |||||
24 | 6/1/2023 | Yes | No | Southern | Newberg | Yes | Sunset | 2 | 3 | ||||||
25 | 6/1/2023 | Yes | No | Western | Wilsonville | Yes | No | ||||||||
26 | 6/1/2023 | No | No | Western | Sunset | No | |||||||||
27 | 6/1/2023 | No | No | Western | Sunset | Yes | Southern | 0 | 2 | ||||||
28 | 6/1/2023 | Yes | No | Western | Beaverton | Yes | Newberg | 0 | 2 | ||||||
29 | 6/1/2023 | Yes | No | Western | Sunset | No | Salem | 0 | 0 | ||||||
30 | 6/1/2023 | Yes | Yes | Western | B&M PMO | Yes | Sheridan | 0 | 0 | ||||||
31 | 6/2/2023 | Yes | No | Eastern | B&M PMO | Yes | Woodburn | 0 | 0 | ||||||
32 | 6/2/2023 | Yes | No | Eastern | Gresham | Yes | No | ||||||||
33 | 6/2/2023 | Yes | No | Eastern | DJs PMO | Yes | No | ||||||||
34 | 6/2/2023 | Yes | No | Eastern | PSC | Yes | No | Total | 5 | 26 | 31 | ||||
35 | 6/2/2023 | Yes | No | Eastern | DJs PMO | Yes | No | ||||||||
June 2023 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
K1 | K1 | =COUNTIF(F2:F2330, "Yes")/COUNTA(F2:F2330) |
K3 | K3 | =COUNTIF(B:B, "No") |
K4 | K4 | =COUNTIF(B:B, "No")/(COUNTIF(B:B, "Yes")+COUNTIF(B:B, "No")) |
K7:L7 | K7 | =SUM(K8:K14) |
K8:K14,K28:K31,K23:K24,K17:K20 | K8 | =COUNTIFS(E:E, I8, B:B, "No") |
L8:L14,L28:L31,L23:L24,L17:L20 | L8 | =COUNTIFS(E:E, I8, B:B, "Yes") |
K16:L16,K27:L27 | K16 | =SUM(K17:K20) |
K22:L22 | K22 | =SUM(K23:K24) |
K34:L34 | K34 | =SUM(K27,K22,K16,K7) |
M34 | M34 | =SUM(L34,K34) |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B1:C35 | List | Yes, No |
E:E | List | Beaverton, Core, Gresham, Newberg, OC, PSC, Salem, Sheridan, Sunset, Wilsonville, Woodburn, B&M PMO, DJs PMO, ILB PMO, Henkels & McCoy, Potelco PMO, Sturgeon PMO, Wilson Const. PMO |
F:G | List | Yes, No |