Hello!
If I have this list:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]A1[/TD]
[/TR]
[TR]
[TD="align: center"]A2[/TD]
[/TR]
[TR]
[TD="align: center"]A3[/TD]
[/TR]
[TR]
[TD="align: center"]A4[/TD]
[/TR]
[TR]
[TD="align: center"]A5[/TD]
[/TR]
[TR]
[TD="align: center"]B1[/TD]
[/TR]
[TR]
[TD="align: center"]B2[/TD]
[/TR]
[TR]
[TD="align: center"]B3[/TD]
[/TR]
[TR]
[TD="align: center"]B4[/TD]
[/TR]
[TR]
[TD="align: center"]B5[/TD]
[/TR]
[TR]
[TD="align: center"]B6[/TD]
[/TR]
[TR]
[TD="align: center"]B7[/TD]
[/TR]
[TR]
[TD="align: center"]B8[/TD]
[/TR]
[TR]
[TD="align: center"]C1[/TD]
[/TR]
[TR]
[TD="align: center"]C2[/TD]
[/TR]
</tbody>[/TABLE]
In another sheet I have a cell where I want to populate 1 of 3 options based on whether the value in an adjacent cell is a part of the range I have defined in the list above.
The 3 options would be "Alpha" "Bravo" and "Charlie"
So, if these are my cells:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]This is the value of the 'adjacent cell' = B7[/TD]
[TD]I need a formula to report "Bravo" because B7 is a part of the "Bravo" range (range defined by me in formula)[/TD]
[/TR]
</tbody>[/TABLE]
If the adjacent cell value would have been 'A1' then the cell to the right should report "Alpha" (same for 'C1' it should report "Charlie" etc)
I am thinking I need a hybrid IF(MATCH( formula but can't seem to find anything that works.
Any help would be appreciated!
Mark
If I have this list:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]A1[/TD]
[/TR]
[TR]
[TD="align: center"]A2[/TD]
[/TR]
[TR]
[TD="align: center"]A3[/TD]
[/TR]
[TR]
[TD="align: center"]A4[/TD]
[/TR]
[TR]
[TD="align: center"]A5[/TD]
[/TR]
[TR]
[TD="align: center"]B1[/TD]
[/TR]
[TR]
[TD="align: center"]B2[/TD]
[/TR]
[TR]
[TD="align: center"]B3[/TD]
[/TR]
[TR]
[TD="align: center"]B4[/TD]
[/TR]
[TR]
[TD="align: center"]B5[/TD]
[/TR]
[TR]
[TD="align: center"]B6[/TD]
[/TR]
[TR]
[TD="align: center"]B7[/TD]
[/TR]
[TR]
[TD="align: center"]B8[/TD]
[/TR]
[TR]
[TD="align: center"]C1[/TD]
[/TR]
[TR]
[TD="align: center"]C2[/TD]
[/TR]
</tbody>[/TABLE]
In another sheet I have a cell where I want to populate 1 of 3 options based on whether the value in an adjacent cell is a part of the range I have defined in the list above.
The 3 options would be "Alpha" "Bravo" and "Charlie"
So, if these are my cells:
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD]This is the value of the 'adjacent cell' = B7[/TD]
[TD]I need a formula to report "Bravo" because B7 is a part of the "Bravo" range (range defined by me in formula)[/TD]
[/TR]
</tbody>[/TABLE]
If the adjacent cell value would have been 'A1' then the cell to the right should report "Alpha" (same for 'C1' it should report "Charlie" etc)
I am thinking I need a hybrid IF(MATCH( formula but can't seem to find anything that works.
Any help would be appreciated!
Mark