Hello
I'm trying to pull together an overview sheet for a spreadsheet that has 10+ sheets, each of which have the same information however for different geographic locations.
These sheets document IT and server outages in each region together with lots of information about each issue. A single outage has a single row with multiple columns.
What I would like to do is look at each column (outage) and check if the outage is "under investigation" or "closed".
If the status cell contains "under investigation", I would like selected cells to appear on the overview sheet. Once a outage is closed, it would not be shown on the overview sheet.
I can count how many outages are currently open : =COUNTIF(INDIRECT("'" & "USA" & "'!$D$1:$D$500"),"Open")
However how do I then display the selected cells on the overview sheet....
Something along the lines of :
If A1 on sheet "USA" = "open" then sheet "OverView".A2 = "USA".A2
However how would I then make it more dynamic on the overview sheet. As outages are closed and the number of rows in "USA" increases, the "USA".A2 needs to be more dynamic, so in the overview rather than reference a specific row, in this case A, it looks for the first open case and gets the row information by itself.
Is such a thing possible, doing it with a database would be easier, however what i have is excel ?
Thank you
A
Bookmarks