Ignore #REF! error when Ranking

jamezsez

New Member
Joined
Apr 1, 2012
Messages
10
Hi All,

I am trying to use a Rank formula to rank a list of values, however I have a few cells that contain #REF! errors (the list of values will always contain ref errors).

When I use a =rank formula, it is returning Ref errors. If I include an =if(iserror formula, everything comes back blank.

I'm sure I am missing something basic, but I just can't put my finger on it.


Current formula (returning blanks)
=IF(ISERROR(RANK(O3,O3:$O$212)),"",(RANK(O3,O3:$O$212)))

Your assistance is greatly appreciated.

Cheers.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi All,

I am trying to use a Rank formula to rank a list of values, however I have a few cells that contain #REF! errors (the list of values will always contain ref errors).

When I use a =rank formula, it is returning Ref errors. If I include an =if(iserror formula, everything comes back blank.

I'm sure I am missing something basic, but I just can't put my finger on it.


Current formula (returning blanks)
=IF(ISERROR(RANK(O3,O3:$O$212)),"",(RANK(O3,O3:$O$212)))

Your assistance is greatly appreciated.

Cheers.

P3, copied down:

=IF(ISNUMBER(O3),1+COUNTIF($O$3:$O$212,">"&O3),"")
 
Upvote 0

Forum statistics

Threads
1,215,529
Messages
6,125,344
Members
449,219
Latest member
Smiqer

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top