I have the following problem:

In a table with multiple coulumns I want to cut off / drop / disable all rows of one column before and after reaching specific values. The tricky part is, that "=" don´t work because in some tables the values drop back in that range I want to keep.

For example

  • Row 2 has the required min. value of "1.5" I want to keep
  • Row 146 has the max. value of "6.3" I want to keep
  • Rows 226-241 also have values between 1.5-6.3 but I only want to keep the range between row 2 and row 146

Of Course the row numbers with the min and max values Change from file to file

Similar questions and discussions