N
Novice
I have 2 ranges (tables) comprised of multiple columns of data.
However, one column of data for each table or range contains the same
field, but not always the same number of elements. Without using
Access, how do I generate an output table that contains only the common
data and corresponding information? Here's what I'm talking about:
Table or Range #1
Store # Sales$
1 1000
2 1200
3 500
Table or Range #2
Store # Address City State
1 Main Street Wherever NY
3 Elm Street Bumble MD
4 Peachtree Street Atlanta GA
5 Rt 66 Desert AZ
So, how do I "merge" the data so I can generate a report that only
delineates the common stores but yet includes all of the fields; i.e.,
as follows:
Store # Address City State
Sales$
1 Main Street Wherever NY
1000
3 Elm Street Bumble MD
500
I know how to do it using MS Access, but that is a pain - having to
create the Tables, importing, etc.
Thanks for your assistance.
However, one column of data for each table or range contains the same
field, but not always the same number of elements. Without using
Access, how do I generate an output table that contains only the common
data and corresponding information? Here's what I'm talking about:
Table or Range #1
Store # Sales$
1 1000
2 1200
3 500
Table or Range #2
Store # Address City State
1 Main Street Wherever NY
3 Elm Street Bumble MD
4 Peachtree Street Atlanta GA
5 Rt 66 Desert AZ
So, how do I "merge" the data so I can generate a report that only
delineates the common stores but yet includes all of the fields; i.e.,
as follows:
Store # Address City State
Sales$
1 Main Street Wherever NY
1000
3 Elm Street Bumble MD
500
I know how to do it using MS Access, but that is a pain - having to
create the Tables, importing, etc.
Thanks for your assistance.