Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35
Default Help with Formatting cells

How do I format a cell to not show 0 as being negative? Could it be the
formula I'm using? This is the formula in cell L321
=F321+G321-H321-I321-J321+K321
The numbers in those cells are formatted and entered to show only 2 places
after the decimal. Yet I sometimes end up with results like this
..00000000000022737367544 . HELP!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Help with Formatting cells

=ROUND(F321+G321-H321-I321-J321+K321,2)


"Jose" wrote:

How do I format a cell to not show 0 as being negative? Could it be the
formula I'm using? This is the formula in cell L321
=F321+G321-H321-I321-J321+K321
The numbers in those cells are formatted and entered to show only 2 places
after the decimal. Yet I sometimes end up with results like this
.00000000000022737367544 . HELP!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35
Default Help with Formatting cells

Do you know why this only happens with some of the cells and not all of them.
I have this formula copied into approximately 350 cells and about 70 of them
give me negative zero's (0.00), when the answer should just be 0.00 . Why
does this happen with only some and not all of the cells?

"Teethless mama" wrote:

=ROUND(F321+G321-H321-I321-J321+K321,2)


"Jose" wrote:

How do I format a cell to not show 0 as being negative? Could it be the
formula I'm using? This is the formula in cell L321
=F321+G321-H321-I321-J321+K321
The numbers in those cells are formatted and entered to show only 2 places
after the decimal. Yet I sometimes end up with results like this
.00000000000022737367544 . HELP!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Help with Formatting cells

It sounds like the eternal problem of being unable to give an exact
representation of most decimal numbers in fixed point binary.
You've seen the difficulty of giving an exact representation of 1/3 in fixed
point decimal, and you will find the same difficulty in representing 1/10 in
fixed point binary. Sometimes the roundings will even out, sometimes they
won't.
--
David Biddulph

"Jose" wrote in message
...
Do you know why this only happens with some of the cells and not all of
them.
I have this formula copied into approximately 350 cells and about 70 of
them
give me negative zero's (0.00), when the answer should just be 0.00 . Why
does this happen with only some and not all of the cells?

"Teethless mama" wrote:

=ROUND(F321+G321-H321-I321-J321+K321,2)


"Jose" wrote:

How do I format a cell to not show 0 as being negative? Could it be
the
formula I'm using? This is the formula in cell L321
=F321+G321-H321-I321-J321+K321
The numbers in those cells are formatted and entered to show only 2
places
after the decimal. Yet I sometimes end up with results like this
.00000000000022737367544 . 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
Formatting cells GARY Excel Discussion (Misc queries) 2 December 15th 06 01:59 AM
Formatting cells 5631 Excel Discussion (Misc queries) 3 March 31st 06 02:02 PM
formatting cells spidermassi Excel Discussion (Misc queries) 1 August 2nd 05 03:43 PM
Conditional Formatting Multiple cells based on 2 cells Louis Markowski Excel Worksheet Functions 2 June 1st 05 05:26 PM
FORMATTING CELLS Winfield Excel Worksheet Functions 1 March 14th 05 09:14 PM


All times are GMT +1. The time now is 08:55 PM.

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

About Us

"It's about Microsoft Excel"