I think I already asked you ro read the proposed solutions carefuly before stating " doesn't work". ( see the placing of parenthesis in my last post which you did not follow)
- Your solution in I8 does NOT meet the requirements (D8 is empty)
- In G17 you try to find numbers that are AT THE SAME TIME larger than 0.9 and smaller than 0.1, which is clearly impossible.
- I suppose you meant >0.9 and <=1. There are thus only TWO who meet the conditions
- See attached with solutions with blue background