sample sheet - https://docs.google.com/spreadsheets/d/1RPpwHAtER05h7-K1Hxku4lz33kBI4KnL7kzJa63YuvY/edit?usp=sharing
Having issues with using =query() in cell A10 on a column that has data with dates and texts ('raw A'!A). Any idea how do I go about this? Data in "raw A" and raw B" tab would not be editable or changeable.
=QUERY('raw A'!A:M,"SELECT A,E,F,G,H,I,J,K,L,M WHERE A CONTAINS 'summary' AND not C CONTAINS 'ALL'",0)
The idea is to allow users to import raw data sheets into this template sheet and have the "result" tab auto retrieve the filtered data and display it in a refined layout.