ReturnAg08
New Member
- Joined
- Nov 2, 2016
- Messages
- 7
I've seen a number of threads that help with creating rank formulas that solve the duplicates problem by using COUNTIF statements, and others that allow for removal of blanks or #DIV/0! errors, but I'm using a set of data where cells are updating dynamically, and some of them might be numbers at some point, and other times it will show the #N/A error.
Current Formula: RANK(X143,$X$143:$BE$143,1)+COUNTIF($X$143:X143,X143)-1
Columns X through BE have the numbered values, though depending on how the page is updated the columns towards the end might be turned into the #N/A error. I've tried some IFERROR or IF(ISNA()) type things, but either I'm not on the right track or I'm setting it up incorrectly. The values need to be kept as columns, and I can't use VBA here.
Link 1 Source (no blanks): excel - Truly unique ranking (while ignoring empty cells) - Stack Overflow
Link 2 Source (#DIV/0 error): http://www.mrexcel.com/forum/excel-questions/144896-rank-how-exclude-errors.html
Current Formula: RANK(X143,$X$143:$BE$143,1)+COUNTIF($X$143:X143,X143)-1
Columns X through BE have the numbered values, though depending on how the page is updated the columns towards the end might be turned into the #N/A error. I've tried some IFERROR or IF(ISNA()) type things, but either I'm not on the right track or I'm setting it up incorrectly. The values need to be kept as columns, and I can't use VBA here.
Link 1 Source (no blanks): excel - Truly unique ranking (while ignoring empty cells) - Stack Overflow
Link 2 Source (#DIV/0 error): http://www.mrexcel.com/forum/excel-questions/144896-rank-how-exclude-errors.html