HI I have two google spreadsheets one spread sheet has multiple tabs with various information. The second spread sheet is a master data list of patients names and correlating information. As of now I have the mater data tab that i pull this information from. I would just like to simply move it to a separate sheet spreadsheet. This is the formula I use to pull data from the data tab (FC). =IFERROR(ARRAYFORMULA(JOIN(CHAR(10),QUERY(FC!$A$2:F,"Select D Where B='"&A21&"'"))))
How do I move tab FC to its own spreadsheet and get the same outcome on this sheet?
