How would I do this (without transforming data)?

andydtaylor

Active Member
Joined
Feb 15, 2007
Messages
360
Office Version
  1. 2016
Hi,

I'm trying to perform a match on a customer name.

* This can appear in a number of fields - registered name, delivery address, payment details etc.
* This can appear in a number of files (system migrations/ customer data in >1 system table)

The issue I have is I realise that what I really want to see is a a simple summary table, with fields such as:

Table name
Match row (ID)
Match field**
Match criteria**
Account number primary
Account number secondary
Account number other

Is there a nice way for me to return a table of this type?

** I'm looking at this thinking I need to capture query parameters. is this right, and is there a feasible way for me to do this? regarding match criteria, I'm always looking for one string (with optional wildcard)

Thanks,

Andy
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
make a report table to store the results.
in a macro, put in the queries to do this,
query to add data to the Primary Acct
query to add data to the Second Acct
etc
until last query to sum the results of the report table into a single record.
 
Upvote 0

Forum statistics

Threads
1,221,713
Messages
6,161,459
Members
451,708
Latest member
PedroMoss2268

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top