Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I need some help on filtering numbers. So. I have a data column consists of manhours. It has a condition that manhours couldn't more than 8 hours and less than 0 hours (I mean negative number like -1 which is irrational in numbers). I would like to filter this column so then I could show the data that has value more than 8 hours and less than 0 hour, so I could trace the one who submitted those data. what expression could I use to do this? thank you