Forum Discussion
Frost
9 years agoFrequent Visitor
New table filter including zero
I have a table of 15 rows with two columns (A+B), where A has values from zero to five (3 rows zero and 7 rows with values=10 rows) but also some blank values (5 rows). I want to create a new table w...
- 9 years ago
Frost
9 years agoFrequent Visitor
Thanks, but is there a way to do this without creating a extra column in the original table? I have a number of these to filter out...
Frost
9 years agoFrequent Visitor
....and yes there is:
Table = Filter(Sheet1, if(ISBLANK(Sheet1[A]), FALSE(), TRUE()))
Thanks for your help!