Help

This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.

Ability to filter column by formula error

cancel
Showing results for 
Search instead for 
Did you mean: 
David_Smedberg
6 - Interface Innovator
6 - Interface Innovator

Hi!

Right now, if a formula column results in an #ERROR, I am not seeing any way to filter so that just those rows are visible. (Maybe I’m wrong! If so somebody please show me.)

I’d find this useful so I can identify and correct the errors.

1 Comment
W_Vann_Hall
13 - Mars
13 - Mars

You could define an additional Formula field with this formula —

IF(
    ISERROR({FieldToCheckForError}),
    1)

— and then filter for the field being non-zero.