Hi,
I am trying to filter out values that are non-integers. I have a fairly complex filter function with multiple criteria.
I tried using:
filter(range, (criteria1, include 1 )*(int(a1:a1000)=a1:a1000). I get back #Value
That is, if a value in a1:a1000 is not an integer, I want to exclude that row from the results.
Any help is deeply appreciated
I am trying to filter out values that are non-integers. I have a fairly complex filter function with multiple criteria.
I tried using:
filter(range, (criteria1, include 1 )*(int(a1:a1000)=a1:a1000). I get back #Value
That is, if a value in a1:a1000 is not an integer, I want to exclude that row from the results.
Any help is deeply appreciated