New to excel and I can not fit this out.
I have a sheet that have a single column with data in rows which I need to match if 2 items are common.
Example:
[TABLE="width: 907"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Invoice #[/TD]
[TD]Sold By[/TD]
[TD]Customer[/TD]
[TD]Product SKU[/TD]
[TD]Product Name[/TD]
[TD]Qty[/TD]
[TD]Contract #[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]W1404IN1431[/TD]
[TD]Rep1[/TD]
[TD]John Smith[/TD]
[TD]CLVZRB000069[/TD]
[TD]New Activation (Rate Plan Rebate)[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"] 161576959[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]W1404IN1431[/TD]
[TD]Rep1[/TD]
[TD]John Smith[/TD]
[TD]CLVZNS000064[/TD]
[TD]Prepaid Activation Rate Plan[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]161576959[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]W1404IN1431[/TD]
[TD]Rep1[/TD]
[TD]John Smith[/TD]
[TD]CLVZRB002625[/TD]
[TD]Prepaid - Smart[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]161576959[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]W1404IN1431[/TD]
[TD]Rep1[/TD]
[TD]John Smith[/TD]
[TD]CLVZNS000032[/TD]
[TD]Customer Owned Device (START PAW)[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]161576959[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]W1404IN1296[/TD]
[TD]Rep2[/TD]
[TD]Smith Doe[/TD]
[TD]CLVZRB000069[/TD]
[TD]New Activation (Rate Plan Rebate)[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]160533955[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]W1404IN1296[/TD]
[TD]Rep2[/TD]
[TD]Smith Doe[/TD]
[TD]CLVZNS000064[/TD]
[TD]Prepaid Activation Rate Plan[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]160533955[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]W1404IN1296[/TD]
[TD]Rep2[/TD]
[TD]Smith Doe[/TD]
[TD]CLVZRB002625[/TD]
[TD]Prepaid - Smart[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]160533955[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]W1404IN1296[/TD]
[TD]Rep2[/TD]
[TD]Smith Doe[/TD]
[TD]CLVZLG002605[/TD]
[TD]LG OPTIMUS ZONE 3[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]160533955[/TD]
[/TR]
</tbody>[/TABLE]
I would like it to display "Prepaid CPE" if E4&E5 of contract# 161576959 match. Contract #160533955 wouldn't do anything since "Customer Owned Device (START PAW) is not found in that grouping.
Thanks anyone for help.
Common items linking would be contract# or Invoice#
I have a sheet that have a single column with data in rows which I need to match if 2 items are common.
Example:
[TABLE="width: 907"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Invoice #[/TD]
[TD]Sold By[/TD]
[TD]Customer[/TD]
[TD]Product SKU[/TD]
[TD]Product Name[/TD]
[TD]Qty[/TD]
[TD]Contract #[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]W1404IN1431[/TD]
[TD]Rep1[/TD]
[TD]John Smith[/TD]
[TD]CLVZRB000069[/TD]
[TD]New Activation (Rate Plan Rebate)[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"] 161576959[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]W1404IN1431[/TD]
[TD]Rep1[/TD]
[TD]John Smith[/TD]
[TD]CLVZNS000064[/TD]
[TD]Prepaid Activation Rate Plan[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]161576959[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]W1404IN1431[/TD]
[TD]Rep1[/TD]
[TD]John Smith[/TD]
[TD]CLVZRB002625[/TD]
[TD]Prepaid - Smart[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]161576959[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]W1404IN1431[/TD]
[TD]Rep1[/TD]
[TD]John Smith[/TD]
[TD]CLVZNS000032[/TD]
[TD]Customer Owned Device (START PAW)[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]161576959[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]W1404IN1296[/TD]
[TD]Rep2[/TD]
[TD]Smith Doe[/TD]
[TD]CLVZRB000069[/TD]
[TD]New Activation (Rate Plan Rebate)[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]160533955[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]W1404IN1296[/TD]
[TD]Rep2[/TD]
[TD]Smith Doe[/TD]
[TD]CLVZNS000064[/TD]
[TD]Prepaid Activation Rate Plan[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]160533955[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]W1404IN1296[/TD]
[TD]Rep2[/TD]
[TD]Smith Doe[/TD]
[TD]CLVZRB002625[/TD]
[TD]Prepaid - Smart[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]160533955[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]W1404IN1296[/TD]
[TD]Rep2[/TD]
[TD]Smith Doe[/TD]
[TD]CLVZLG002605[/TD]
[TD]LG OPTIMUS ZONE 3[/TD]
[TD="align: right"]1[/TD]
[TD="align: right"]160533955[/TD]
[/TR]
</tbody>[/TABLE]
I would like it to display "Prepaid CPE" if E4&E5 of contract# 161576959 match. Contract #160533955 wouldn't do anything since "Customer Owned Device (START PAW) is not found in that grouping.
Thanks anyone for help.
Common items linking would be contract# or Invoice#