westend9876
Member
I have a list of numbers in column A with some duplicates :
2
5
2
7
8
9
7
I need to find the smallest and the lowest value to a given number preferably without using an array. Let's say that number is 4. These two formulas will go into cells B1 and B2 respectively.
2
5
2
7
8
9
7
I need to find the smallest and the lowest value to a given number preferably without using an array. Let's say that number is 4. These two formulas will go into cells B1 and B2 respectively.