I have the following sheets:
- ListA
- ListB
- ListC
Note: at each sheet I have a column which contains YES or NO.
How do I query all my lists (spreadsheets) where myBoleanColumn equals to YES/NO ?
|
I have the following sheets:
Note: at each sheet I have a column which contains YES or NO. How do I query all my lists (spreadsheets) where myBoleanColumn equals to YES/NO ? |
|||||
|
|
First off I am going to assume you mean multiple SHEETS within the same SPREADSHEET. I know Google Drive can't search between multiple SPREADSHEETS. Here is the formula to count the Yeses in a column (or row): =COUNTIF(Q2:Q375,YES) You could put one of these on each sheet and then sum them on a "report" sheet or cell. If you didn't want that count visible on each sheet put the cell out of range somewhere. If you only want to show the YES rows on a sheet then use the built in filtering functions. |
|||
|
|