So, this is a doozy. I am trying to create one report that, when one piece of information is entered, pulls the rest of the necessary information from across five other sheets. I have seen a discussion on this forum about doing just that thing, but the difference is, I need to include certain criteria within the search, which I'm assuming involves some IF(AND( statements, and I'm not sure how to do that across so many sheets.
Essentially, we'll call the main sheet (that has the formula) Report.
The other sheets are Workflow 1, Workflow 2, Archive 1, Archive 2, Archive 3.
So, when I enter a name in Report, I want it to pull the corresponding ID Number and Status from any of the other five sheets, but only if the Program that is related to the name is a certain one.
Is this even possible? Or would it just be easier to create 5 sheets that each pull from one report, and then compile into a report?