Hi there. This is m first post here on these forums.
My question is a little hard to explain, so please bare with me. I have numerous sheets in one workbook, all containing the same table with different data. What I want to do on a separate "summary" sheet is find all the items that are marked "incomplete" and return the names of these items. Here is kind of how one sheet is set up (with a lot of other columns not shown):
Package -----Item---------------Status
a ---------------- 1 ---------------- incomplete
a ---------------- 2 ---------------- complete
a ---------------- 3 ---------------- incomplete
a ---------------- 4 ---------------- incomplete
b ---------------- 5 ---------------- complete
b ---------------- 6 ---------------- incomplete
b ---------------- 7 ---------------- incomplete
So on my summary sheet I would want a table to return the following:
Package--------Incomplete Items
a -------------------------1
--------------------------- 3
--------------------------- 4
b -------------------------6
---------------------------7
The next sheet may have package c, d, and e, and so on. I would like the one summary table to summarize every sheet in one table.
Sorry if this was confusing, hopefully someone can help. Thanks!
My question is a little hard to explain, so please bare with me. I have numerous sheets in one workbook, all containing the same table with different data. What I want to do on a separate "summary" sheet is find all the items that are marked "incomplete" and return the names of these items. Here is kind of how one sheet is set up (with a lot of other columns not shown):
Package -----Item---------------Status
a ---------------- 1 ---------------- incomplete
a ---------------- 2 ---------------- complete
a ---------------- 3 ---------------- incomplete
a ---------------- 4 ---------------- incomplete
b ---------------- 5 ---------------- complete
b ---------------- 6 ---------------- incomplete
b ---------------- 7 ---------------- incomplete
So on my summary sheet I would want a table to return the following:
Package--------Incomplete Items
a -------------------------1
--------------------------- 3
--------------------------- 4
b -------------------------6
---------------------------7
The next sheet may have package c, d, and e, and so on. I would like the one summary table to summarize every sheet in one table.
Sorry if this was confusing, hopefully someone can help. Thanks!