Below is what I'm trying to do and I hope someone can help me figure out the best way to do this.
Here is my source sheet, Proposals:
I would like a formula to look for any "Won" values from the Status column in the source sheet and return them into the Project Name column of my destination sheet (below).
I would like the result in my destination sheet, Project Wins Master List, to be a list of only the proposals that have been "Won". So, I also need to have something in the formula to skip any rows that do not have the "Won" value in the Status column.
If we add more rows to the source sheet, is there a way to also search those new rows and add them to the destination sheet if they are "Won"?