Pivot Tables with Multiple Lists

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a pivot table report whch uses data from two separate
spreadsheets (Excel 2000). Is there any way to combine two page fields into
one, e.g.; the first spreadsheet has data from the year 2000-2001 and the
second sheet has the same type of data for the years 2002-2003. I would like
to create a pivot table report which combines both year ranges into one page
field?

Can anyone help?

Thx,
 
Dear LPS,

The multiple consolidation ranges dows not work'.

Use MS Query to combine the data. Use

SELECT * FROM Table 1
UNION ALL
FROM Table 2

Save the query and use it as a source data for you piviottable.

Regards

Jawad

(e-mail address removed)

==============
 

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

Back
Top