psycoperl
Active Member
- Joined
- Oct 23, 2007
- Messages
- 339
- Office Version
- 365
- 2016
- Platform
- Windows
- MacOS
- Web
I have a seating chart (Sheet1) where I have indicated where specific people will sit. In Sheet3 I have a list of the people. I would like to do a lookup in Sheet3 where it displays the seat assigned in Sheet1 for each conflictID. The seat ID is located two rows above the ID is entered.
So for example, in Sheet3 Column A it should display "EVE/B5150-CTR A-09"
So for example, in Sheet3 Column A it should display "EVE/B5150-CTR A-09"
SeatChartFA22EVE.xlsx | |||||||
---|---|---|---|---|---|---|---|
K | L | M | N | O | |||
69 | 9 | 10 | 11 | 12 | 13 | ||
70 | EVE/B5150-CTR C-09 | EVE/B5150-CTR C-10 | EVE/B5150-CTR C-11 | EVE/B5150-CTR C-12 | EVE/B5150-CTR C-13 | ||
71 | LAW | ||||||
72 | 0093 LAW 1101 ETRC C-120 | ||||||
73 | |||||||
74 | 9 | 10 | 11 | 12 | 13 | ||
75 | EVE/B5150-CTR B-09 | EVE/B5150-CTR B-10 | EVE/B5150-CTR B-11 | EVE/B5150-CTR B-12 | EVE/B5150-CTR B-13 | ||
76 | |||||||
77 | |||||||
78 | |||||||
79 | 9 | 10 | 11 | 12 | 13 | ||
80 | EVE/B5150-CTR A-09 | EVE/B5150-CTR A-10 | EVE/B5150-CTR A-11 | EVE/B5150-CTR A-12 | EVE/B5150-CTR A-13 | ||
81 | LAW | CMP | |||||
82 | 0010 LAW 1101 CTRB C-120 | 0169 CMP 2850 GMWA C-120 | |||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
K70:O70,K80:O80,K75:O75 | K70 | =CONCAT($C$1,"/", $E$1, "-", K$2, " ", MID($A70,6,1), "-", TEXT(K69,"00")) |
K71:O71,K81:O81,K76:O76 | K71 | =MID(K72,6,3) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B82:AJ82,B77:AJ77,B67:AJ67,B57:AJ57,B47:AJ47,B37:AJ37,B32:AJ32,B27:AJ27,B22:AJ22,B17:AJ17,B12:AJ12,B7:AJ7,B62:AJ62,B52:AJ52,B72:AJ72,B42:AJ42 | Expression | =SUM(COUNTIFS($B$82:$AJ$82,B7),COUNTIFS($B$77:$AJ$77,B7), COUNTIFS($B$72:$AJ$72,B7), COUNTIFS($B$67:$AJ$67,B7), COUNTIFS($B$62:$AJ$62,B7), COUNTIFS($B$57:$AJ$57,B7), COUNTIFS($B$52:$AJ$52,B7), COUNTIFS($B$47:$AJ$47,B7), COUNTIFS($B$42:$AJ$42,B7), COUNTIFS($B$37:$AJ$37,B7), COUNTIFS($B$32:$AJ$32,B7), COUNTIFS($B$27:$AJ$27,B7), COUNTIFS($B$22:$AJ$22,B7), COUNTIFS($B$17:$AJ$17,B7), COUNTIFS($B$12:$AJ$12,B7), COUNTIFS($B$7:$AJ$7,B7))>1 | text | NO |
B82:AJ82,B77:AJ77,B67:AJ67,B57:AJ57,B47:AJ47,B37:AJ37,B32:AJ32,B27:AJ27,B22:AJ22,B17:AJ17,B12:AJ12,B7:AJ7,B62:AJ62,B52:AJ52,B72:AJ72,B42:AJ42 | Expression | =SUM(COUNTIFS($B$82:$AJ$82,B7),COUNTIFS($B$77:$AJ$77,B7), COUNTIFS($B$72:$AJ$72,B7), COUNTIFS($B$67:$AJ$67,B7), COUNTIFS($B$62:$AJ$62,B7), COUNTIFS($B$57:$AJ$57,B7), COUNTIFS($B$52:$AJ$52,B7), COUNTIFS($B$47:$AJ$47,B7), COUNTIFS($B$42:$AJ$42,B7), COUNTIFS($B$37:$AJ$37,B7), COUNTIFS($B$32:$AJ$32,B7), COUNTIFS($B$27:$AJ$27,B7), COUNTIFS($B$22:$AJ$22,B7), COUNTIFS($B$17:$AJ$17,B7), COUNTIFS($B$12:$AJ$12,B7), COUNTIFS($B$7:$AJ$7,B7))=1 | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
K77:O77 | List | =Sheet3!$B$2:$B$66 |
K82:O82 | List | =Sheet3!$B$2:$B$66 |
K72:O72 | List | =Sheet3!$B$2:$B$66 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B2:B12 | B2 | =SUM(COUNTIFS(Sheet1!$B$82:$AJ$82,Sheet3!C2),COUNTIFS(Sheet1!$B$77:$AJ$77,Sheet3!C2), COUNTIFS(Sheet1!$B$72:$AJ$72,Sheet3!C2), COUNTIFS(Sheet1!$B$67:$AJ$67,Sheet3!C2), COUNTIFS(Sheet1!$B$62:$AJ$62,Sheet3!C2), COUNTIFS(Sheet1!$B$57:$AJ$57,Sheet3!C2), COUNTIFS(Sheet1!$B$52:$AJ$52,Sheet3!C2), COUNTIFS(Sheet1!$B$47:$AJ$47,Sheet3!C2), COUNTIFS(Sheet1!$B$42:$AJ$42,Sheet3!C2), COUNTIFS(Sheet1!$B$37:$AJ$37,Sheet3!C2), COUNTIFS(Sheet1!$B$32:$AJ$32,Sheet3!C2), COUNTIFS(Sheet1!$B$27:$AJ$27,Sheet3!C2), COUNTIFS(Sheet1!$B$22:$AJ$22,Sheet3!C2), COUNTIFS(Sheet1!$B$17:$AJ$17,Sheet3!C2), COUNTIFS(Sheet1!$B$12:$AJ$12,Sheet3!C2), COUNTIFS(Sheet1!$B$7:$AJ$7,Sheet3!C2)) |
C2:C12 | C2 | =CONCAT(TEXT(D2,"0000")," ",J2," ",K2," ",L2," ",Q2) |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
2:2500 | Expression | =$B2=0 | text | NO |
2:2500 | Expression | =$B2=1 | text | NO |