combine two lists of data into one list in sheet or PivotTable

M

Mike

Hello All,

How can I join two lists from a wooksheet and make it one
list? Example:

List 1:
Name value
Mike 1
Mike 1
Jack 2

List 2:
Name Value
Andy 2

master list:
Name Value
Mike 1
Mike 1
Jack 2
Andy 2

if the master list is going to be in a pivot table, then
how can i tell it to return it without and calculation?
thnx.
 
Top