Rank Percentage Shown 0%

G

Guest

Hi,

I created few column to enter students score. At column H (all the marks are converted to percentage). Later I use the following formula below to rank the students. What I can see is, ranking still on although 0.00% are shown. Any way to blank the cell if 0.00% appear.

formula: =IF(H10="","",RANK(H10,$H$10:$H$37))

Thanks.
 
M

Max

Maybe try: =IF(H10=0,"",RANK(H10,$H$10:$H$37))
--
Rgds
Max
xl 97
---
Please respond in thread
xdemechanik <at>yahoo<dot>com
----
Param said:
Hi,

I created few column to enter students score. At column H (all the marks
are converted to percentage). Later I use the following formula below to
rank the students. What I can see is, ranking still on although 0.00% are
shown. Any way to blank the cell if 0.00% appear.
 
G

Guest

Yes, it work! TQ

Max said:
Maybe try: =IF(H10=0,"",RANK(H10,$H$10:$H$37))
--
Rgds
Max
xl 97
---
Please respond in thread
xdemechanik <at>yahoo<dot>com
----

are converted to percentage). Later I use the following formula below to
rank the students. What I can see is, ranking still on although 0.00% are
shown. Any way to blank the cell if 0.00% appear.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top