Hi All,
Could someone please help me with the query below
I have 3 sheets Labels, Labels and Categories and Results. I have to check the all the values in Labels sheet against Labels and Categories sheet and report the total numbers in Result sheet. Please see example below.
Thanks in advance!
Labels sheet
[TABLE="width: 247"]
<tbody>[TR]
[TD]Label1[/TD]
[TD]Label2[/TD]
[TD]Label3[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]12345[/TD]
[TD]12345[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]12[/TD]
[TD]1234[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]12345[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Labels and Categories sheet
[TABLE="width: 128"]
<tbody>[TR]
[TD="width: 64"]Label[/TD]
[TD="width: 64"]Category[/TD]
[/TR]
[TR]
[TD="class: xl65"]12345[/TD]
[TD="class: xl65"]A[/TD]
[/TR]
[TR]
[TD="class: xl65"]1234[/TD]
[TD="class: xl65"]B[/TD]
[/TR]
[TR]
[TD="class: xl65"]12[/TD]
[TD="class: xl65"]C[/TD]
[/TR]
</tbody>[/TABLE]
Results Sheet
[TABLE="width: 223"]
<tbody>[TR]
[TD]Categories[/TD]
[TD]Total Labels[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: right"]5[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
Could someone please help me with the query below
I have 3 sheets Labels, Labels and Categories and Results. I have to check the all the values in Labels sheet against Labels and Categories sheet and report the total numbers in Result sheet. Please see example below.
Thanks in advance!
Labels sheet
[TABLE="width: 247"]
<tbody>[TR]
[TD]Label1[/TD]
[TD]Label2[/TD]
[TD]Label3[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]12345[/TD]
[TD]12345[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]12[/TD]
[TD]1234[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]12345[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Labels and Categories sheet
[TABLE="width: 128"]
<tbody>[TR]
[TD="width: 64"]Label[/TD]
[TD="width: 64"]Category[/TD]
[/TR]
[TR]
[TD="class: xl65"]12345[/TD]
[TD="class: xl65"]A[/TD]
[/TR]
[TR]
[TD="class: xl65"]1234[/TD]
[TD="class: xl65"]B[/TD]
[/TR]
[TR]
[TD="class: xl65"]12[/TD]
[TD="class: xl65"]C[/TD]
[/TR]
</tbody>[/TABLE]
Results Sheet
[TABLE="width: 223"]
<tbody>[TR]
[TD]Categories[/TD]
[TD]Total Labels[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD="align: right"]5[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD="align: right"]1[/TD]
[/TR]
</tbody>[/TABLE]
Thanks