Here's what I have:
Sheet A has multiple rows, each row has an ID# that may or may not be in Sheet B, which has an ID# that may or may not be in Sheet C
I want to merge all three sheets so that matching ID#s and anything in that row are merged into a single row.
Example:
Sheet A
1 ID2476 Jill Thompson
2 ID2477 Ed Williams
3 ID2466 Tom Smith
Sheet B
1 ID2467 11572
2 ID2477 11566
Sheet C
1 ID2467 212-555-1212
2 ID2477 212-555-0012
Result merge
1 ID2476 Jill Thompson, 11572, 212-555-1212
2 ID2477 Ed Williams, 11566, 212-555-0012
3 ID2466 Tom Smith
I will consider solutions that I can do on my own or with the help of a add-on tool that I can buy, or even an Excel expert who is open to doing this for me.
Tags: