[mso] Re: 0 in spreadsheet
- From: "David Smart" <smartware@xxxxxxxxxxxxxxx>
- To: <mso@xxxxxxxxxxxxx>
- Date: Sun, 23 Mar 2008 12:46:07 +1100
> I know it is a formatting problem ...
No, it's not really. The formula has encountered an empty cell and makes
the result zero to "help you".
> ... but I have tried to format as text or general and the 0 is
> persistently there.
Formatting as text would actually stop the formula working at all. Try
formatting a cell as text, THEN type a formula into it. You'll see the
formula, not a result.
But formatting as text doesn't actually do anything until the next time you
type into the cell.
Formattting as "general" is telling it how you want to see numeric values
(i.e. with Excel deciding on the presentation of decimal places).
> Should I do this using conditional formatting (like using the ISERROR to
> "delete" N/A in a cell) or is there a more "normal" formatting that will
> do this?
I'm not sure that you really mean "conditional formatting" here. ISERROR
would be used in an IF clause. And conditional formatting doesn't change
what is displayed - just the fonts and colours used to display it.
You could use a custom format to provide a blank display of zeroes.
However, the norm is to use an IF clause
=IF(Sheet1!A16="","",Sheet1!A16)
Dave S
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, visit the group's homepage and use the dropdown
menu at the top. This will allow you to unsubscribe your email address or
change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to share files with the group, you must join our Yahoo sister group.
This group will not allow for posting of emails, but will allow you to join
and share problem files, templates, etc.:
http://tech.groups.yahoo.com/group/MicrosoftOffice . This group is for FILE
SHARING ONLY.
If you are using Outlook and you see a lot of unnecessary code in your email
messages, read these instructions that explain why and how to fix it:
http://personal-computer-tutor.com/abc3/v28/greg28.htm
*************************************************************
- References:
- [mso] 0 in spreadsheet
- From: Jens Outzen
Other related posts:
- » [mso] 0 in spreadsheet
- » [mso] Re: 0 in spreadsheet
- » [mso] Re: 0 in spreadsheet
- [mso] 0 in spreadsheet
- From: Jens Outzen