I have the following Query that pulls data from another spreadsheet into a daily run sheet to be issued to our drivers. However we are finding there are too many columns making the print too small to read when asked to fit one page wide. So I would like to combine a couple of columns in a concatenate.
The current formula is: =QUERY( Filter(Jobs_Database,Start_Date=E2,Assigned_To=E1), "Select Col1,Col2,Col3,Col7,Col8,Col9,Col10,Col11,Col12,Col13,Col20")
This is a picture of the spreadsheet.
I would like to concatenate/join columns "F to L" using a - or , as a spacer. Is this possible?
Thank you :)