I have two Google Sheets and am populating data from the 1st to the 2nd successfully using IMPORTRANGE.
=importrange("key",address(row(),column(),,,"Sheet1"))
This formula allows me to fill down in the same row of the 2nd spreadsheet and have the data dynamically populated from the 1st.
Now I want to be able to only have the data show from each cell IF it equals a specific string.
How can I achieve this?