Sheets newbie here. I am working on a multi-tab sheet, where I'm trying to identify in real time all the blank cells in a column, and for each, grab its respective row, and put it into a separate tab. I don't need the entirety of the row, just a few columns out of the row. I'm not sure if this can be
auto-populated in real time, but any help is greatly appreciated!
I tried using a query with an ISBLANK
function on the column, but it was giving me parsing errors.