Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 41
Default Forumla rows and columns

Why in a column do I get a (0) result from a formula in one cell in the
column and get a - for a result in the same column, different row with the
same formula for each, the format for the entire column is accounting. I
want all zero results in the column to be displayed as a dash (two results
are (0) in the column and two other results to the same forumla show as the
dash which is the correct format for accounting) -- Help !!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 594
Default Forumla rows and columns

My first thought would be to try and reformat the errant cells, thinking
perhaps that the formatting had gotten corrupted somehow.
Left-click on a good cell, then Left-click on the Paintbrush in the upper
toolbar, then Left-click on a "bad" cell. This will copy the formatting
from the good cell to the bad cell.

Vaya con Dios,
Chuck, CABGx3


"Nancy" wrote in message
...
Why in a column do I get a (0) result from a formula in one cell in the
column and get a - for a result in the same column, different row with the
same formula for each, the format for the entire column is accounting. I
want all zero results in the column to be displayed as a dash (two
results
are (0) in the column and two other results to the same forumla show as
the
dash which is the correct format for accounting) -- Help !!!!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Forumla rows and columns

The formula result is between 0.5 and -0.5. Formatting does not alter the
real value. Wrap ROUND around your formula:

=ROUND(your_formula_here,0)

HTH. Best wishes Harald

"Nancy" skrev i melding
...
Why in a column do I get a (0) result from a formula in one cell in the
column and get a - for a result in the same column, different row with the
same formula for each, the format for the entire column is accounting. I
want all zero results in the column to be displayed as a dash (two
results
are (0) in the column and two other results to the same forumla show as
the
dash which is the correct format for accounting) -- Help !!!!



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Forumla rows and columns

Perhaps that first 0 is returned by the formula as "0", i.e. it is a
text value, and so formatting does not change it.

Alternatively, perhaps the first result is not exactly zero, but is a
very small number which is rounded to 0 by the formatting you have
applied. In this case you could put ROUND( ... ,2) around your
existing formula, assuming you are working to 2 decimal places.

Hope this helps.

Pete

On Dec 30, 3:51*pm, Nancy wrote:
Why in a column do I get a (0) result *from a formula in one cell in the
column and get a - for a result in the same column, different row with the
same formula for each, the format for the entire column is accounting. *I
want all zero results in the column to be displayed as a dash *(two results
are (0) in the column and two other results to the same forumla show as the
dash which is the correct format *for accounting) -- Help !!!!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with rest of forumla - Delete rows based on criteria Mariann Excel Discussion (Misc queries) 4 June 10th 09 09:21 PM
Insert rows and copy forumla above it Lisa[_3_] Excel Discussion (Misc queries) 3 November 7th 08 10:31 PM
Excel 2003 - change columns to rows and rows to columns Trish Excel Discussion (Misc queries) 0 August 17th 07 02:22 AM
Excel 2003 - change columns to rows and rows to columns JLatham Excel Discussion (Misc queries) 0 August 17th 07 02:05 AM
is there a forumla to hide rows? Brad Excel Worksheet Functions 9 January 25th 05 08:31 PM


All times are GMT +1. The time now is 10:33 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"