JTL9161
Well-known Member
- Joined
- Aug 29, 2012
- Messages
- 606
- Office Version
- 365
- Platform
- Windows
I am using this formula =IFERROR(RANK(AZ2, AZ$2:AZ$21,1),"") to rank numbers in 20 rows (1 column) from low to high 1 through 20.
From that column I use this formula =IF(BA2<9, AZ2,"") to find the lowest 8 numbers
BUT that formula takes both numbers if there is a tie. Meaning if 2 numbers or more in the rank from 1 to 20 column has 2 of the same number then it takes more than 8 of the lowest. If one of the rank numbers are duplicates, then i get the 9 of the lowest numbers not 8.
Is there a way to correct this so regardless of ties in the rank the if formula column?
Thanks in advance,
James
From that column I use this formula =IF(BA2<9, AZ2,"") to find the lowest 8 numbers
BUT that formula takes both numbers if there is a tie. Meaning if 2 numbers or more in the rank from 1 to 20 column has 2 of the same number then it takes more than 8 of the lowest. If one of the rank numbers are duplicates, then i get the 9 of the lowest numbers not 8.
Is there a way to correct this so regardless of ties in the rank the if formula column?
Thanks in advance,
James