Access Beginner
Active Member
- Joined
- Nov 8, 2010
- Messages
- 311
- Office Version
- 2016
- Platform
- Windows
Hi all,
I have the following table.
In Cell B5 I'll have the value of Region 1 and in Cell C4 I'll have the value of T1.3. I'd like to have a formula that will return "Yes" if T1.3 is in the row that contains Region 1.
In Cell B5 I'll have the value of Region 1 and in Cell C4 I'll have the value of T1.3. I'd like to have a formula that will return "Yes" if T1.3 is in the row that contains Region 1.
I have the following formula "=IFERROR(IF(MATCH(S$66,$S$46:$U$46,0)<>"","Yes",""),"")" . However I don't want to have different formulas for each Region.
Example if the desired outcome is below:
I have the following table.
In Cell B5 I'll have the value of Region 1 and in Cell C4 I'll have the value of T1.3. I'd like to have a formula that will return "Yes" if T1.3 is in the row that contains Region 1.
Row | Column R | Column S | Column T | Column U |
44 | Region | Priority One | Priority Two | Priority Three |
45 | Region 1 | T1.3 | T1.5 | T2.1 |
46 | Region 2 | T1.3 | T2.1 | T3.1 |
47 | Region 3 | T1.3 | T1.5 | T2.1 |
48 | Region 4 | T1.3 | T2.1 | T3.1 |
49 | Region 5 | T1.3 | T2.1 | T1.2 |
50 | Region 6 | T1.4 | T2.1 | T1.1 |
51 | Region 7 | NA | NA | NA |
52 | Region 8 | T1.3 | T1.5 | T2.1 |
53 | Region 9 | T1.2 | T1.3 | T2.1 |
54 | Region 10 | T1.3 | T1.4 | T2.1 |
55 | Region 11 | T1.2 | T1.3 | T2.1 |
56 | Region 12 | T1.3 | T1.5 | T2.1 |
57 | Region 13 | T1.4 | T2.1 | T2.4 |
58 | Region 14 | T1.3 | T1.5 | T2.1 |
59 | Region 15 | T1.5 | T2.1 | T3.1 |
60 | Region 16 | T1.3 | T1.5 | T2.1 |
61 | Region 17 | T1.3 | T1.5 | T2.1 |
In Cell B5 I'll have the value of Region 1 and in Cell C4 I'll have the value of T1.3. I'd like to have a formula that will return "Yes" if T1.3 is in the row that contains Region 1.
I have the following formula "=IFERROR(IF(MATCH(S$66,$S$46:$U$46,0)<>"","Yes",""),"")" . However I don't want to have different formulas for each Region.
Example if the desired outcome is below:
T1.1 | T1.2 | T1.3 | T1.4 | T1.5 | T2.1 | |
Region 1 | Yes | Yes | Yes | |||
Region 2 | Yes | Yes |