List values within a set min and max

Hello everybody,

i have a list with 16 indices with one value each from 0 to 1500

i want to get a list out of it with all values above 22 and beneath 1478.

i dont find a solution, with a domain i could easily get rid of the index 0 and 15, but if theres two values between that, i dont know how to do it.

thanks for your help,
best
michael

Use conditional statement with Expression.

hi kim, thank you for your quick help.

can you tell me what im doing wrong here?

aaaalright, was in there as a string not as numbers. got it by now.

thanks a bunch