Matching lists

G

G.A.M

Hello there,

Maybe somebody can help me with this. I tried looking at other
postings but could'nt find something like this and my VBA programming
skills are not good enough to be to manipulate other postings code.

I have two lists, both have three attributes, date, location, and
amount. List A is in columns A-C, List B in columns D-F. What I
would like to do is match both lists by location. One side could have
more entries than the other so I I would need coding to move things
down and leave blanks so that things will line up.

Below is an example of what I would need:

Before:

Date Location Amount Date Location
Amount

01/07 A $100 01/07
A $100
01/07 B $200 01/07
A $100
01/07 C $300 01/07
B $150

After:

Date Location Amount Date Location
Amount

01/07 A $100 01/07
A $100
01/07
A $100
01/07 B $200 01/07
B $150
01/07 C $300

If anyone could help me it would be greatly appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top