- David Goldstein
- @golddave
- A Whole Lot of Nothing
Tweet #926121404726202370
All rows in Sheet 1where column A = True should be echoed in Sheet 2. In Google Sheets that’s:
=filter(Sheet1!A1:D, Sheet1!A1:A=”True”)
All rows in Sheet 1where column A = True should be echoed in Sheet 2. In Google Sheets that’s:
=filter(Sheet1!A1:D, Sheet1!A1:A=”True”)