Hello,
I have two tabs. [TAB1] is where I want to place my results. I want the results starting in columns C and moving right, as many columns as need be. I am hoping I can limit the columns the results section will be by only returning unique results (i.e. if there are three reference IDs that are "Red", I only want to return "Red" one time - if this cannot be done, that is ok too).
So, what I am trying to do is to look into each cell in column A on [TAB1], and search for the values in [TAB2] Column A; and then return values from [TAB2] Column B into [TAB1] Column C. Each record in [TAB1] can have multiple values, special characters, return signs, etc.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]TAB1
[/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[TD="align: center"]E
[/TD]
[TD="align: center"]F
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD="align: center"]REF
[/TD]
[TD="align: center"]ID
[/TD]
[TD="align: center"]Results
[/TD]
[TD="align: center"]Results
[/TD]
[TD="align: center"]Results
[/TD]
[TD="align: center"]Results
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD]~LL_123 - this is a test
~LL_125 - this is also a test
[/TD]
[TD]A1
[/TD]
[TD]Red
[/TD]
[TD]Blue
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD]~LL_9999 - testing testing
[/TD]
[TD]A2
[/TD]
[TD]Yellow
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD]~LL_9999 - testing testing
~LL_123 - this is a test
~LL_124 - hello testing
~LL_315 - can you hear me
[/TD]
[TD]A3
[/TD]
[TD]Yellow
[/TD]
[TD]Red
[/TD]
[TD]Blue
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD]~LL_123 - this is a test
~LL_2362 - yikes
~LL_9998 - test please
[/TD]
[TD]A4
[/TD]
[TD]Red
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]6
[/TD]
[TD]~LL_5555
[/TD]
[TD]A5
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]TAB2
[/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD="align: center"]REF
[/TD]
[TD="align: center"]VALUE
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD]LL_123
[/TD]
[TD]Red
[/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD]LL_124
[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD]LL_125
[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD]LL_2094
[/TD]
[TD]Green
[/TD]
[/TR]
[TR]
[TD="align: center"]6
[/TD]
[TD]LL_2363
[/TD]
[TD]Red
[/TD]
[/TR]
[TR]
[TD="align: center"]7
[/TD]
[TD]LL_315
[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD="align: center"]8
[/TD]
[TD]LL_9999
[/TD]
[TD]Yellow
[/TD]
[/TR]
[TR]
[TD="align: center"]9
[/TD]
[TD]LL_9998
[/TD]
[TD]Red
[/TD]
[/TR]
</tbody>[/TABLE]
I have two tabs. [TAB1] is where I want to place my results. I want the results starting in columns C and moving right, as many columns as need be. I am hoping I can limit the columns the results section will be by only returning unique results (i.e. if there are three reference IDs that are "Red", I only want to return "Red" one time - if this cannot be done, that is ok too).
So, what I am trying to do is to look into each cell in column A on [TAB1], and search for the values in [TAB2] Column A; and then return values from [TAB2] Column B into [TAB1] Column C. Each record in [TAB1] can have multiple values, special characters, return signs, etc.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]TAB1
[/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[TD="align: center"]E
[/TD]
[TD="align: center"]F
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD="align: center"]REF
[/TD]
[TD="align: center"]ID
[/TD]
[TD="align: center"]Results
[/TD]
[TD="align: center"]Results
[/TD]
[TD="align: center"]Results
[/TD]
[TD="align: center"]Results
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD]~LL_123 - this is a test
~LL_125 - this is also a test
[/TD]
[TD]A1
[/TD]
[TD]Red
[/TD]
[TD]Blue
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD]~LL_9999 - testing testing
[/TD]
[TD]A2
[/TD]
[TD]Yellow
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD]~LL_9999 - testing testing
~LL_123 - this is a test
~LL_124 - hello testing
~LL_315 - can you hear me
[/TD]
[TD]A3
[/TD]
[TD]Yellow
[/TD]
[TD]Red
[/TD]
[TD]Blue
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD]~LL_123 - this is a test
~LL_2362 - yikes
~LL_9998 - test please
[/TD]
[TD]A4
[/TD]
[TD]Red
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: center"]6
[/TD]
[TD]~LL_5555
[/TD]
[TD]A5
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]TAB2
[/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[/TR]
[TR]
[TD="align: center"]1
[/TD]
[TD="align: center"]REF
[/TD]
[TD="align: center"]VALUE
[/TD]
[/TR]
[TR]
[TD="align: center"]2
[/TD]
[TD]LL_123
[/TD]
[TD]Red
[/TD]
[/TR]
[TR]
[TD="align: center"]3
[/TD]
[TD]LL_124
[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD="align: center"]4
[/TD]
[TD]LL_125
[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD="align: center"]5
[/TD]
[TD]LL_2094
[/TD]
[TD]Green
[/TD]
[/TR]
[TR]
[TD="align: center"]6
[/TD]
[TD]LL_2363
[/TD]
[TD]Red
[/TD]
[/TR]
[TR]
[TD="align: center"]7
[/TD]
[TD]LL_315
[/TD]
[TD]Blue
[/TD]
[/TR]
[TR]
[TD="align: center"]8
[/TD]
[TD]LL_9999
[/TD]
[TD]Yellow
[/TD]
[/TR]
[TR]
[TD="align: center"]9
[/TD]
[TD]LL_9998
[/TD]
[TD]Red
[/TD]
[/TR]
</tbody>[/TABLE]