I've searched for a solution to this and have come close, but I can't figure out a final solution. I'm new to queries in Google Sheets. I'll include a link to the sheet and the query I'm using.
I want my query to only return results from cells with a value, so there are not so many empty columns in the sheet. Below is link to my google sheet:
The formula in the tab "Smith, John" is:
=query(RESPONSES!A2:BB,"select * where (B = 'Smith, John')
and (C = 'Smith, John')
and (D = 'Smith, John')")
You can see it is pulling data from the RESPONSES tab. In the RESPONSES tab, John Smith's scores (input via Google Form) don't start until column AD.
I want John Smith's results, however, to show up on his tab without all of the columns.
So, what do I need to include in the formula to only pull data from cells with values in them (i.e., AD onward).
Thanks for the help.