How do i........?

  • Thread starter Thread starter R P McMurphey
  • Start date Start date
Hi Steve

Menu Format > Cells, choose Custom, enter
0,"0"
in the text field there. The cells will keep their negative values and use
them further calculations.
 
Format the cell, using menus Format --> Cell --> Number --> Category
and then select Custom and enter this


#,##0.00;;

With this only positive numbers will be displayed.

The first bit is how positive numbers and zeros will be displayed. The second
bit is for negative numbers and the last bit is for zero. Play around with that
until you get what you want.

Steve.

R P McMurphey wrote
 
just tried it...it is now displaying -110 so not working as hoped...am I
missing sommat?

Steve
 
that seems to work...but can I get it to display "nil" or "Zero" or "00.00"
instead?

bestest regards

Steve
 
That will make it display positive numbers with a comma separating the
thousands and with two decimal places. Negative numbers will be displayed
as Nil and zero values will not be displayed at all. If you want to display
zero values too then just add the formal for them after that final semicolon.

Steve.

R P McMurphey wrote
 
what do you mean by add the formal?

Steve

Steve said:
That will make it display positive numbers with a comma separating the
thousands and with two decimal places. Negative numbers will be displayed
as Nil and zero values will not be displayed at all. If you want to display
zero values too then just add the formal for them after that final semicolon.

Steve.

R P McMurphey wrote
 
I mean format - it was a typo.

#,##0.00;Nil;

Will display Nil for al negative numbers and nothing for all zeros. If you want
to display something for zeros then you add the format for that part after the
final semi colon.

Steve.


R P McMurphey wrote
 
You mean like

#,##0.00;Nil;Nil

?

steve
I mean format - it was a typo.

#,##0.00;Nil;

Will display Nil for al negative numbers and nothing for all zeros.
If you want to display something for zeros then you add the format
for that part after the final semi colon.

Steve.


R P McMurphey wrote
 
When doing a mail merge for address labels/form letters in Ms Word and
opening Excel for the data, many of the zipcodes come up as 0 rather
than what is in the Excel spreadsheet. Is there a way to prevent this
from happening?
 
Back
Top