Bringing data from multiple sheets to the summary page

  • Thread starter Thread starter ExcelRookie
  • Start date Start date
E

ExcelRookie

I am using excel for project management. I would like the ability to bring
data from multiple sheets to the summary page. For example, I would like the
ability to find out, on demand with just a click, all the tasks that a
particular person is working on from multiple sheets. Can anyone please
let me know how best to resolve this? Thanks much!
 
You can resolve it by turning your thinking around. Don't use multiple sheets: use one data base,
where all the information is entered into a table, and then create the reports from that using
filters, pivot tables, or formulas that extract specific information. Just because you can use
multiple sheets does not mean it is a good idea in all cases.

HTH,
Bernie
MS Excel MVP
 
Thanks for the feedback. Which database do you mean - Excel or Access? If
Excel, can you please send me a link to Excel template to maintain tasks and
projects.
 
A database is just a table with a specific structure. Let's say that all
the sheets you were set up for individual projects (prhaps, by using project
names as the tab name), with WORKER, TASK, and HOURS values stored on
each sheet. Instead of multiple sheets, you could then set up one table
with

PROJECT WORKER TASK HOURS

where you entered those four items for every worker - then you could use a
pivot table to sum the hours by TASK, by WORKER, by PROJECT, by TASK and by
PROJECT, etc.

HTH,
Bernie
 

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