Forum Discussion
MetsMike
Jul 14, 2019Copper Contributor
#N/A Error with RANK.EQ
I'm working on an Excel file that contains roughly 622 numbers. I'm trying to use the RANK.EQ function to capture the rank of each number in the list. Duplicate numbers should have the same rank (e...
- Jul 14, 2019
As variant your numbers could be formatted as text, you may check in any empty cell as =ISTEXT(D2).
Detlef_Lewin
Jul 14, 2019Silver Contributor
MetsMike
Jul 14, 2019Copper Contributor
Thanks for the suggestion. The formula still returns the #N/A value. I’m guessing it has to be something in the source data that needs to be addressed.