Hi everyone,
I am tring to integrate in my formula some data more to make an automatic order in the cell but I don't have no clue how to solve it.
For example if I want to match two column with this formula =IF(ISERROR(VLOOKUP(C2,$A$2:$A$6,1,0)),"",C2), the result will be like this:
[TABLE="width: 262"]
<tbody>[TR]
[TD="colspan: 2"][TABLE="width: 289"]
<tbody>[TR]
[TD][TABLE="width: 463"]
<tbody>[TR]
[TD]Table array 1[/TD]
[TD][/TD]
[TD="colspan: 2"]lookup value[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]subject 1[/TD]
[TD][/TD]
[TD]subject 10[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]subject 2[/TD]
[TD][/TD]
[TD]subject 5[/TD]
[TD][/TD]
[TD]subject 5[/TD]
[/TR]
[TR]
[TD]subject 3[/TD]
[TD][/TD]
[TD]subject 9[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]subject 4[/TD]
[TD][/TD]
[TD]subject 1[/TD]
[TD][/TD]
[TD]subject 1[/TD]
[/TR]
[TR]
[TD]subject 5[/TD]
[TD][/TD]
[TD]subject 2[/TD]
[TD][/TD]
[TD]subject 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
However, if I want that the formula will give me an automatic order, like this:
<style><!--table {mso-displayed-decimal-separator:"\,"; mso-displayed-thousand-separator:"\.";}@page {margin:.75in .7in .75in .7in; mso-header-margin:.3in; mso-footer-margin:.3in;}td {padding-top:1px; padding-right:1px; padding-left:1px; mso-ignoreadding; color:black; font-size:12.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:bottom; border:none; mso-background-source:auto; mso-pattern:auto; mso-protection:locked visible; white-space:nowrap; mso-rotate:0;}--></style>[TABLE="width: 87"]
<tbody>[TR]
[TD="width: 87"]subject 5[/TD]
[/TR]
[TR]
[TD]subject 1[/TD]
[/TR]
[TR]
[TD]subject 2[/TD]
[/TR]
</tbody>[/TABLE]
What should I integrate in more?
Thank you in advance guys!
I am tring to integrate in my formula some data more to make an automatic order in the cell but I don't have no clue how to solve it.
For example if I want to match two column with this formula =IF(ISERROR(VLOOKUP(C2,$A$2:$A$6,1,0)),"",C2), the result will be like this:
[TABLE="width: 262"]
<tbody>[TR]
[TD="colspan: 2"][TABLE="width: 289"]
<tbody>[TR]
[TD][TABLE="width: 463"]
<tbody>[TR]
[TD]Table array 1[/TD]
[TD][/TD]
[TD="colspan: 2"]lookup value[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]subject 1[/TD]
[TD][/TD]
[TD]subject 10[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]subject 2[/TD]
[TD][/TD]
[TD]subject 5[/TD]
[TD][/TD]
[TD]subject 5[/TD]
[/TR]
[TR]
[TD]subject 3[/TD]
[TD][/TD]
[TD]subject 9[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]subject 4[/TD]
[TD][/TD]
[TD]subject 1[/TD]
[TD][/TD]
[TD]subject 1[/TD]
[/TR]
[TR]
[TD]subject 5[/TD]
[TD][/TD]
[TD]subject 2[/TD]
[TD][/TD]
[TD]subject 2[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
However, if I want that the formula will give me an automatic order, like this:
<style><!--table {mso-displayed-decimal-separator:"\,"; mso-displayed-thousand-separator:"\.";}@page {margin:.75in .7in .75in .7in; mso-header-margin:.3in; mso-footer-margin:.3in;}td {padding-top:1px; padding-right:1px; padding-left:1px; mso-ignoreadding; color:black; font-size:12.0pt; font-weight:400; font-style:normal; text-decoration:none; font-family:Calibri, sans-serif; mso-font-charset:0; mso-number-format:General; text-align:general; vertical-align:bottom; border:none; mso-background-source:auto; mso-pattern:auto; mso-protection:locked visible; white-space:nowrap; mso-rotate:0;}--></style>[TABLE="width: 87"]
<tbody>[TR]
[TD="width: 87"]subject 5[/TD]
[/TR]
[TR]
[TD]subject 1[/TD]
[/TR]
[TR]
[TD]subject 2[/TD]
[/TR]
</tbody>[/TABLE]
What should I integrate in more?
Thank you in advance guys!