ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   1 worksheet to display data from many (https://www.excelbanter.com/excel-discussion-misc-queries/224975-1-worksheet-display-data-many.html)

Dave Eade

1 worksheet to display data from many
 
Ok, heres the scenario.

I have an excel workbook that is basically a risk & issue log.
I have 4 work sheets in the work book - all are identical except that they
display data blonging to different projects.

What I want to do is have a "front" worksheet that will just display the
"open" items from each of the 4 workbooks.

Any ideas if I need a function, or perhaps a macro?

Paul

1 worksheet to display data from many
 
Hi Dave,

A function such as CountIf would only tell you how many are open without the
details.

The way to go is to use a macro. One solution would be to use a For-next
loop to select
worksheet 2-5 in turn; use Excel Autofilter to select rows in the worksheet
table; copy these
rows onto the front sheet making sure they are copied below any existing
data; then tidying up
the new table on the front sheet. You will need to tweak the code for
header rows as these will
be copied across from each sheet. Also you will need to insert a piece of
code at the beginning
just to check if any old data is there on the front sheet and clear it out
if so.


Regards

Paul




"Dave Eade" wrote in message
...
Ok, heres the scenario.

I have an excel workbook that is basically a risk & issue log.
I have 4 work sheets in the work book - all are identical except that they
display data blonging to different projects.

What I want to do is have a "front" worksheet that will just display the
"open" items from each of the 4 workbooks.

Any ideas if I need a function, or perhaps a macro?





All times are GMT +1. The time now is 06:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com