Hi All,
First time, long time here and looking for a little specialized help. I am looking to do a cross system data validation template and each have unique and very different account codes that I need to cross reference. The biggest issue I am running into is that there is at least one wildcard, sometimes two, in the table that my vlookup needs to reference and therefore is beyond my abilities to figure out. Currently I have my workbook set up with 3 sheets - 1st is system data "A", 2nd is system data "B" and the third is the mapping sequence:
Sheet 1)
[TABLE="width: 141"]
<colgroup><col style="text-align: center;"><col style="text-align: center;"></colgroup><tbody>[TR]
[TD="align: center"]Account[/TD]
[TD="align: center"]Balance[/TD]
[/TR]
[TR]
[TD="align: center"]01A[/TD]
[TD="align: center"]5000[/TD]
[/TR]
[TR]
[TD="align: center"]05B[/TD]
[TD="align: center"]2500[/TD]
[/TR]
[TR]
[TD="align: center"]16A02[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD="align: center"]30G10[/TD]
[TD="align: center"]2000[/TD]
[/TR]
[TR]
[TD="align: center"]30G10OTH[/TD]
[TD="align: center"]7000[/TD]
[/TR]
[TR]
[TD="align: center"]30G10CASH[/TD]
[TD="align: center"]450
[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2)
[TABLE="width: 153"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD="align: center"]Account[/TD]
[TD="align: center"]Balance[/TD]
[/TR]
[TR]
[TD="align: center"]110004[/TD]
[TD="align: center"]1000[/TD]
[/TR]
[TR]
[TD="align: center"]110007[/TD]
[TD="align: center"]4000[/TD]
[/TR]
[TR]
[TD="align: center"]120008-009[/TD]
[TD="align: center"]1000[/TD]
[/TR]
[TR]
[TD="align: center"]12000201[/TD]
[TD="align: center"]1500[/TD]
[/TR]
[TR]
[TD="align: center"]130102[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD="align: center"]130129[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD="align: center"]14000010[/TD]
[TD="align: center"]1000[/TD]
[/TR]
[TR]
[TD="align: center"]140008[/TD]
[TD="align: center"]500[/TD]
[/TR]
[TR]
[TD="align: center"]140009[/TD]
[TD="align: center"]500[/TD]
[/TR]
[TR]
[TD="align: center"]140010-001[/TD]
[TD="align: center"]4000[/TD]
[/TR]
[TR]
[TD="align: center"]140008-001[/TD]
[TD="align: center"]2000[/TD]
[/TR]
[TR]
[TD="align: center"]140009-001[/TD]
[TD="align: center"]500[/TD]
[/TR]
[TR]
[TD="align: center"]14000001-001[/TD]
[TD="align: center"]500[/TD]
[/TR]
[TR]
[TD="align: center"]140020-002[/TD]
[TD="align: center"]250[/TD]
[/TR]
[TR]
[TD="align: center"]140029-002[/TD]
[TD="align: center"]200[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 3)
[TABLE="width: 166"]
<colgroup><col style="text-align: center;"><col style="text-align: center;"></colgroup><tbody>[TR]
[TD="align: center"]Account[/TD]
[TD="align: center"]Account[/TD]
[/TR]
[TR]
[TD="align: center"]01A[/TD]
[TD="align: center"]11000*[/TD]
[/TR]
[TR]
[TD="align: center"]05B[/TD]
[TD="align: center"]12000*[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]12000*-00*[/TD]
[/TR]
[TR]
[TD="align: center"]16A02[/TD]
[TD="align: center"]13010*[/TD]
[/TR]
[TR]
[TD="align: center"]30G10[/TD]
[TD="align: center"]1400001*[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]14000*[/TD]
[/TR]
[TR]
[TD="align: center"]30G10OTH[/TD]
[TD="align: center"]1400001*-001[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]14000*-001[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]14000*[/TD]
[/TR]
[TR]
[TD="align: center"]30G10CASH[/TD]
[TD="align: center"]14002*-002[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
Any insight would be greatly appreciated as I am stumped! Thanks in advance!
First time, long time here and looking for a little specialized help. I am looking to do a cross system data validation template and each have unique and very different account codes that I need to cross reference. The biggest issue I am running into is that there is at least one wildcard, sometimes two, in the table that my vlookup needs to reference and therefore is beyond my abilities to figure out. Currently I have my workbook set up with 3 sheets - 1st is system data "A", 2nd is system data "B" and the third is the mapping sequence:
Sheet 1)
[TABLE="width: 141"]
<colgroup><col style="text-align: center;"><col style="text-align: center;"></colgroup><tbody>[TR]
[TD="align: center"]Account[/TD]
[TD="align: center"]Balance[/TD]
[/TR]
[TR]
[TD="align: center"]01A[/TD]
[TD="align: center"]5000[/TD]
[/TR]
[TR]
[TD="align: center"]05B[/TD]
[TD="align: center"]2500[/TD]
[/TR]
[TR]
[TD="align: center"]16A02[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD="align: center"]30G10[/TD]
[TD="align: center"]2000[/TD]
[/TR]
[TR]
[TD="align: center"]30G10OTH[/TD]
[TD="align: center"]7000[/TD]
[/TR]
[TR]
[TD="align: center"]30G10CASH[/TD]
[TD="align: center"]450
[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 2)
[TABLE="width: 153"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD="align: center"]Account[/TD]
[TD="align: center"]Balance[/TD]
[/TR]
[TR]
[TD="align: center"]110004[/TD]
[TD="align: center"]1000[/TD]
[/TR]
[TR]
[TD="align: center"]110007[/TD]
[TD="align: center"]4000[/TD]
[/TR]
[TR]
[TD="align: center"]120008-009[/TD]
[TD="align: center"]1000[/TD]
[/TR]
[TR]
[TD="align: center"]12000201[/TD]
[TD="align: center"]1500[/TD]
[/TR]
[TR]
[TD="align: center"]130102[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD="align: center"]130129[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD="align: center"]14000010[/TD]
[TD="align: center"]1000[/TD]
[/TR]
[TR]
[TD="align: center"]140008[/TD]
[TD="align: center"]500[/TD]
[/TR]
[TR]
[TD="align: center"]140009[/TD]
[TD="align: center"]500[/TD]
[/TR]
[TR]
[TD="align: center"]140010-001[/TD]
[TD="align: center"]4000[/TD]
[/TR]
[TR]
[TD="align: center"]140008-001[/TD]
[TD="align: center"]2000[/TD]
[/TR]
[TR]
[TD="align: center"]140009-001[/TD]
[TD="align: center"]500[/TD]
[/TR]
[TR]
[TD="align: center"]14000001-001[/TD]
[TD="align: center"]500[/TD]
[/TR]
[TR]
[TD="align: center"]140020-002[/TD]
[TD="align: center"]250[/TD]
[/TR]
[TR]
[TD="align: center"]140029-002[/TD]
[TD="align: center"]200[/TD]
[/TR]
</tbody>[/TABLE]
Sheet 3)
[TABLE="width: 166"]
<colgroup><col style="text-align: center;"><col style="text-align: center;"></colgroup><tbody>[TR]
[TD="align: center"]Account[/TD]
[TD="align: center"]Account[/TD]
[/TR]
[TR]
[TD="align: center"]01A[/TD]
[TD="align: center"]11000*[/TD]
[/TR]
[TR]
[TD="align: center"]05B[/TD]
[TD="align: center"]12000*[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]12000*-00*[/TD]
[/TR]
[TR]
[TD="align: center"]16A02[/TD]
[TD="align: center"]13010*[/TD]
[/TR]
[TR]
[TD="align: center"]30G10[/TD]
[TD="align: center"]1400001*[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]14000*[/TD]
[/TR]
[TR]
[TD="align: center"]30G10OTH[/TD]
[TD="align: center"]1400001*-001[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]14000*-001[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"]14000*[/TD]
[/TR]
[TR]
[TD="align: center"]30G10CASH[/TD]
[TD="align: center"]14002*-002[/TD]
[/TR]
[TR]
[TD="align: center"][/TD]
[TD="align: center"][/TD]
[/TR]
</tbody>[/TABLE]
Any insight would be greatly appreciated as I am stumped! Thanks in advance!