I'm wanting to import whole rows of data from 'SPREADSHEET A' to 'SPREADSHEET B' but only if Column 11 in 'SPREADSHEET A' contains the text 'EXPIRED'.
The data in 'SPREADSHEET A' contains about 12 columns and numerous rows, with each cell containing either text, a number, or are blank.
When each row of data from 'SPREADSHEET A' is transfered, I want the imported information concated across each column for each row, so that it looks like an uninterrupted sentence when it's transfered (Meaning that blank cells are skipped).
Is this possible? Or should I cut my loses?