Hi all,
Right now I’m trying to filter a data table (from Excel) and return rows where criteria are met. In one instance I want to pull out rows where the value >= 0.1. There is 1 blank value in the column.
When I use “Filter data table” I get the correct result:
However when I use this if statement I only get the final 2 of the 9 expected results:
Anyone got any ideas what I’m missing here?
Thanks