I've been attempting to extract values from 3 separate columns and compile them into one, filtering them based on a range of their decimal value being .9-.0
ex: out of 0.59, 9.20, 3.00, and 12.90 it'd only extract 3.00 and 12.90 to a separate column for review.
Is this possible?

The values increase overtime and it'd be valuable to note which ones are approaching or have reached a whole number as a landmark.