I've been working around collecting data from multiple sheets with help from this community, and I've run into another snag. I'm trying to pull data from a referenced column with a matching location name @row. It seems like a simple problem, but I keep getting #INCORRECT ARGUMENT SET.
=COLLECT({2024 All Projects}, {2024 Branches}, {2024 Branches} = Branches@row)
How can I get my criterion and criterion range to do what I want?
TIA