how do i put a blank in a cell

G

Guest

Here is what I have, I have a column that could contain anywhere from 10 to
1000 names and the column next to it contains there scores. In the column
that contains the points I have a formula that says if the cell with the name
cell is blank the put " " in the score cell. Now the problem is when I get it
to sort all the 1000 cells to order from the highest nmber to lowest number
the cells with " " in it are sorted to the top before the numbers which I
want at the top. I have tried changine it to "" in the formula but that
doesn't work.
 
G

Guest

Try inserting a formula adjacent to cell haveing scores. assuming c3 has the
scores, insert the formula : if(c3=" ","Z","A") in d3. Then sort on Col
D-Ascending & Col C-Descending order

Regards
Ananth
 
G

Guest

Thanks for the help. It works perfectly.

Ananth said:
Try inserting a formula adjacent to cell haveing scores. assuming c3 has the
scores, insert the formula : if(c3=" ","Z","A") in d3. Then sort on Col
D-Ascending & Col C-Descending order

Regards
Ananth
 

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

Top