I have a vertical table, like this
and than i want to query it like this crosstable function
i have try arrayformula like this
=ArrayFormula(SPLIT(QUERY(UNIQUE(FLATTEN(IF(LEN(A2:A10&""&B2:B10&""&C1:F1&""&C2:F10)=LEN(A2:A10&""&B2:B10&""&C1:F1&""),"",A2:A10&""&B2:B10&""&C1:F1&""&C2:F10))),"Select * Where Col1 Is Not Null"),"",1,1))
But the column code change into date, can i have this code in format text?
Link to my Google sheet
