Hello, I would like to know how I could look up numerical values that fall within a certain range in my spreadsheet without looking at each individual value by myself. In column A I have random numbers, and I would like to look up all values that are 15<number<20. Is there an IF statement or VBA I could use to accomplish this? Thanks!