Forum Discussion

Frost's avatar
Frost
Frequent Visitor
9 years ago
Solved

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...
  • vanessafvg's avatar
    9 years ago

    Frost

     

    use

     

    if(isblank(column), "value if blank", "value if not blank")