I'm using the JOIN formula, if I put the formula on the same sheet as my column references, it works just fine, however when I move this to a separate sheet and update the column references to the other sheet I get the error #UNPARSEABLE.
I haven't removed any of the formula delimiters only which sheet I'm referencing.
Any ideas on why I'm unable to get this to work cross-sheets would be greatly appreciated: Example of Formula when contained in 1 sheet:
=JOIN([Deployed Location - Office/Project]@row:[Deployed Location - Room Number]@row, " - ")
Example of Formula referencing separate sheet:
=JOIN({Sheet - Coolab/CoolFx/TC/CH4 Inventory Range 1}:[Sheet - Coolab/CoolFx/TC/CH4 Inventory Range 2}, " - ")