Good Afternoon,
Is it possible to auto populate a cell in a table where by the cell adjacent left has a format on it. The only issue I think I have is I use a list on the cell under data validation, but the list does contain the value I wish to have auto populated?
This is the mini sheet code and image of the style of sheet I am using;
I am looking to auto populate the 'x' in any cell that has a strikethrough on the adjacent left cell? Obviously as the weeks move on I would need this to happen in any cell adjacent to a strikethrough no matter what column it was in?
Is it possible to auto populate a cell in a table where by the cell adjacent left has a format on it. The only issue I think I have is I use a list on the cell under data validation, but the list does contain the value I wish to have auto populated?
This is the mini sheet code and image of the style of sheet I am using;
The New LMS ^N4.xlsm | |||||||||
---|---|---|---|---|---|---|---|---|---|
I | J | K | L | M | N | O | |||
5 | Week 1 | Week 2 | Week 3 | Week 4 | Week 5 | Week 6 | Week 7 | ||
6 | Arsenal | Man City | Chelsea | x | x | x | x | ||
7 | Man Utd | Newcastle Utd | x | x | x | x | x | ||
8 | Liverpool | Fulham | Arsenal | x | x | x | x | ||
9 | Arsenal | Man City | Chelsea | x | x | x | x | ||
10 | Arsenal | Man City | Chelsea | x | x | x | x | ||
11 | Arsenal | Man City | Brentford | Aston Villa | Liverpool | AFC Bournemouth | West Ham Utd | ||
12 | Arsenal | Man City | Chelsea | x | x | x | x | ||
13 | Newcastle Utd | Liverpool | Chelsea | x | x | x | x | ||
14 | Man Utd | Man City | Brentford | Brighton & HA | x | x | x | ||
15 | Newcastle Utd | Tottenham | Chelsea | x | x | x | x | ||
16 | Arsenal | Chelsea | Fulham | x | x | x | x | ||
17 | Arsenal | Man City | Chelsea | x | x | x | x | ||
18 | Newcastle Utd | Tottenham | Brentford | Brighton & HA | x | x | x | ||
19 | Newcastle Utd | Liverpool | Arsenal | x | x | x | x | ||
20 | Arsenal | Tottenham | Brentford | AFC Bournemouth | x | x | x | ||
21 | Liverpool | Man City | Arsenal | x | x | x | x | ||
22 | Arsenal | Man City | Chelsea | x | x | x | x | ||
23 | Liverpool | Tottenham | Chelsea | x | x | x | x | ||
24 | Liverpool | Man City | Chelsea | x | x | x | x | ||
25 | Liverpool | Man City | Arsenal | x | x | x | x | ||
26 | Newcastle Utd | Liverpool | Aston Villa | Brighton & HA | x | x | x | ||
27 | Arsenal | Tottenham | Chelsea | x | x | x | x | ||
28 | Man Utd | Liverpool | Chelsea | x | x | x | x | ||
29 | Arsenal | Tottenham | Brentford | Brighton & HA | x | x | x | ||
30 | Newcastle Utd | Tottenham | Aston Villa | Man Utd | Liverpool | Arsenal | West Ham Utd | ||
31 | Man Utd | Fulham | Notts Forest | x | x | x | x | ||
32 | Newcastle Utd | Tottenham | Man City | Aston Villa | Man Utd | x | x | ||
33 | Liverpool | Man City | Aston Villa | Brighton & HA | x | x | x | ||
34 | Arsenal | Tottenham | Aston Villa | Man City | Newcastle Utd | x | x | ||
35 | Newcastle Utd | Liverpool | Arsenal | x | x | x | x | ||
36 | Newcastle Utd | Man City | Chelsea | x | x | x | x | ||
37 | Arsenal | Man City | Brentford | Brighton & HA | x | x | x | ||
38 | Newcastle Utd | Man City | Aston Villa | Man Utd | Tottenham | Arsenal | Chelsea | ||
39 | Newcastle Utd | Liverpool | Aston Villa | Man City | Tottenham | Chelsea | Arsenal | ||
40 | Liverpool | Man City | Fulham | x | x | x | x | ||
41 | Man Utd | Fulham | Chelsea | x | x | x | x | ||
42 | Liverpool | Tottenham | Brentford | Brighton & HA | x | x | x | ||
43 | Arsenal | Chelsea | Aston Villa | Man Utd | Liverpool | Man City | x | ||
44 | Arsenal | Man City | Chelsea | x | x | x | x | ||
45 | Newcastle Utd | Tottenham | Chelsea | x | x | x | x | ||
46 | Newcastle Utd | Liverpool | Chelsea | x | x | x | x | ||
47 | Newcastle Utd | Tottenham | Brentford | Aston Villa | Liverpool | Arsenal | AFC Bournemouth | ||
48 | Arsenal | Newcastle Utd | x | x | x | x | x | ||
49 | Newcastle Utd | Man City | Brentford | Crystal Palace | x | x | x | ||
50 | Arsenal | Tottenham | Chelsea | x | x | x | x | ||
51 | Newcastle Utd | Tottenham | Brentford | Brighton & HA | x | x | x | ||
52 | Tottenham | x | x | x | x | x | x | ||
53 | Arsenal | Man City | Aston Villa | Brighton & HA | x | x | x | ||
54 | Newcastle Utd | Fulham | Chelsea | x | x | x | x | ||
55 | Newcastle Utd | Fulham | Brentford | Brighton & HA | x | x | x | ||
56 | Newcastle Utd | Tottenham | Aston Villa | Man City | Liverpool | AFC Bournemouth | Chelsea | ||
LMS #4 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
H3:XFD3,1:2,A3:E3,4:1048576 | Expression | =ROW(A1)=CurrentRow | text | NO |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
I6:O56 | List | =$H$139:$H$159 |
I am looking to auto populate the 'x' in any cell that has a strikethrough on the adjacent left cell? Obviously as the weeks move on I would need this to happen in any cell adjacent to a strikethrough no matter what column it was in?