View Single Post
  #5   Report Post  
Paul Sheppard
 
Posts: n/a
Default


cardingtr Wrote:
It still returns an "#N/A".
How can you make "#N/A" disappear?
The formula does not ignore empty spaces.


Hi cardingtr

=IF(B3="","",RANK(B3,$B$3:$B$12,1)), worked ok for me, anyway try this
instead

=IF(ISNA(RANK(B3,$B$3:$B$12,1)),"",RANK(B3,$B$3:$B $12,1))


--
Paul Sheppard


------------------------------------------------------------------------
Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
View this thread: http://www.excelforum.com/showthread...hreadid=465810