I have a customer list of 14,000 rows of data and I'm trying to match the balance for those customers to an AR Aging table that only has 3,000 rows.
Our customer list has many duplicate names due to having multiple billing addresses for the same customer.
So to get a more refined match I have to reference the customer number as well as the customer name and return the dollar value that corresponds to those two values.
I tried a vlookup but that only allows me to choose one value to search for.
Since there are multiple duplicate names I have the same value replicated many times.
This is my Cust List
Cust# Cust Name AR bal Inv Date
1234 xyz Corp ?????? ???????
I would like to return the AR balance and invoice date from my AR aging table for the customer and name match.
My Aging table is
Cust # Cust Name Inv Date AR Bal
My attempts to get this to work so far have failed.
Any help will be greatly appreciated.
Our customer list has many duplicate names due to having multiple billing addresses for the same customer.
So to get a more refined match I have to reference the customer number as well as the customer name and return the dollar value that corresponds to those two values.
I tried a vlookup but that only allows me to choose one value to search for.
Since there are multiple duplicate names I have the same value replicated many times.
This is my Cust List
Cust# Cust Name AR bal Inv Date
1234 xyz Corp ?????? ???????
I would like to return the AR balance and invoice date from my AR aging table for the customer and name match.
My Aging table is
Cust # Cust Name Inv Date AR Bal
My attempts to get this to work so far have failed.
Any help will be greatly appreciated.