Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default adding numbers shown in cells, not what is actually in cell - help!!!

This is my first time posting here, so bear with me! I am sure this
question/problem has a very simple answer, but after spending hours
searching for an answer, I gave up.

Here is my problem. An excel spreadsheet is sent to me with columns of
number setup as dollars. An example of the numbers you see when looking
at the cell would be:

$1.98

But, looking IN the cell, it says $1.97765

Now, there are about 20 cells in this column. Obviously, the numbers
are being rounded up, which is fine. BUT, all I want to do is, add the
numbers that are being displayed to me, not the underlying numbers!

So, If I have:

$1.98
$1.82
etc., I just want to add those. I do not want to add (or sum) these:
$1.97765
$1.81832

.....because, if there are 20 cells, when you sum the up, they will
always be slightly higher than if you added up the VISUAL numbers (or
the numbers you actually see when simply looking at the cells). So, how
do I only sum up the numbers I can see in the cell in the spreadsheet,
and NOT the underlying numbers?

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default adding numbers shown in cells, not what is actually in cell - help!!!

Your numbers are *formatted* to 2 decimals.

This means that *only* the display is changed, and the underlying values
remain intact.

It's your choice on which way to go.

You can change *all* the values in the sheet to what is displayed by:
<Tools <Options <Calculation tab,
And checking "Precision As Displayed",
OR
You can round the individual cells to display actual values,
Something like this:

From
=SUM(A1:A10)
TO
=ROUND(SUM(A1:A10),2)

I personally prefer the "round" approach.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"nelsonsdavis" wrote in message
ups.com...
This is my first time posting here, so bear with me! I am sure this
question/problem has a very simple answer, but after spending hours
searching for an answer, I gave up.

Here is my problem. An excel spreadsheet is sent to me with columns of
number setup as dollars. An example of the numbers you see when looking
at the cell would be:

$1.98

But, looking IN the cell, it says $1.97765

Now, there are about 20 cells in this column. Obviously, the numbers
are being rounded up, which is fine. BUT, all I want to do is, add the
numbers that are being displayed to me, not the underlying numbers!

So, If I have:

$1.98
$1.82
etc., I just want to add those. I do not want to add (or sum) these:
$1.97765
$1.81832

.....because, if there are 20 cells, when you sum the up, they will
always be slightly higher than if you added up the VISUAL numbers (or
the numbers you actually see when simply looking at the cells). So, how
do I only sum up the numbers I can see in the cell in the spreadsheet,
and NOT the underlying numbers?

Thanks!


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
Sumproduct issues SteveDB1 Excel Worksheet Functions 25 June 3rd 09 04:58 PM
Text shown up in other cells everytime a text is entered in 1 cell bioyyy Excel Discussion (Misc queries) 1 August 26th 05 05:26 PM
How do I split one cell of 6 numbers into two cells of 3 and 3? Jason Excel Discussion (Misc queries) 2 July 26th 05 03:42 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
combining several individual cells of numbers into one cell Jeanne Excel Worksheet Functions 5 November 24th 04 12:31 PM


All times are GMT +1. The time now is 07:08 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"