#1   Report Post  
carl
 
Posts: n/a
Default Rank Function

I am using the rank formula:

=RANK(B3;$B$3:$B$74;0)

Is there a way to modify the formula so it can calculate the rank when one
of my ID's has an #DIV/0! ?

ID OCT AVG RANK
005S0F1 64.00 #DIV/0!
017S0B1 7.18 #DIV/0!
050F0OLA 37.75 #DIV/0!
050S0F1 43.20 #DIV/0!
060S0A1 9.08 #DIV/0!
060S0F1 0.00 #DIV/0!
164S0B1 6.00 #DIV/0!
17F0DO 3.25 #DIV/0!
226F0DO #DIV/0! #DIV/0!

Thank you in advance.
  #2   Report Post  
 
Posts: n/a
Default

no,
but your formulas trying to devide by zero which is
mathmaticly impossible thus the error. so change your
formula that is trying to devide by zero to this.
=if(cell=0,""<formula)
or instead of "" above, you might put 1.

-----Original Message-----
I am using the rank formula:

=RANK(B3;$B$3:$B$74;0)

Is there a way to modify the formula so it can calculate

the rank when one
of my ID's has an #DIV/0! ?

ID OCT AVG RANK
005S0F1 64.00 #DIV/0!
017S0B1 7.18 #DIV/0!
050F0OLA 37.75 #DIV/0!
050S0F1 43.20 #DIV/0!
060S0A1 9.08 #DIV/0!
060S0F1 0.00 #DIV/0!
164S0B1 6.00 #DIV/0!
17F0DO 3.25 #DIV/0!
226F0DO #DIV/0! #DIV/0!

Thank you in advance.
.

  #3   Report Post  
 
Posts: n/a
Default

made a mistake.
=if(cell=0,"",formula)
sorry.
-----Original Message-----
no,
but your formulas trying to devide by zero which is
mathmaticly impossible thus the error. so change your
formula that is trying to devide by zero to this.
=if(cell=0,""<formula)
or instead of "" above, you might put 1.

-----Original Message-----
I am using the rank formula:

=RANK(B3;$B$3:$B$74;0)

Is there a way to modify the formula so it can calculate

the rank when one
of my ID's has an #DIV/0! ?

ID OCT AVG RANK
005S0F1 64.00 #DIV/0!
017S0B1 7.18 #DIV/0!
050F0OLA 37.75 #DIV/0!
050S0F1 43.20 #DIV/0!
060S0A1 9.08 #DIV/0!
060S0F1 0.00 #DIV/0!
164S0B1 6.00 #DIV/0!
17F0DO 3.25 #DIV/0!
226F0DO #DIV/0! #DIV/0!

Thank you in advance.
.

.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel function help facilities RPS Excel Discussion (Misc queries) 1 December 8th 04 02:36 AM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM
change function variable prompts?? thinkingfield Excel Worksheet Functions 1 November 8th 04 04:01 PM
Counting Function Dilemma Simon Lloyd Excel Worksheet Functions 0 November 8th 04 03:13 PM
need to save values from a function before it changes Ron Excel Worksheet Functions 1 October 29th 04 06:29 AM


All times are GMT +1. The time now is 08:55 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"