Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Problem with pasting value of a sum

I encountered a problem that's new to me while using autosum on a row of
numbers and blank cells
=SUM(D9:R9)
it seems to produce the correct sum, which is 0.00, but when I copy and
paste special, values, I get a strange number
9.9475983006414E-14

Any ideas?
--
adminservicesJY
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Problem with pasting value of a sum

It's a "common" rounding issue.

To correct it use the ROUND function:

=ROUND(SUM(D9:R9),2)

--
Biff
Microsoft Excel MVP


"adminservicesJY" wrote in
message ...
I encountered a problem that's new to me while using autosum on a row of
numbers and blank cells
=SUM(D9:R9)
it seems to produce the correct sum, which is 0.00, but when I copy and
paste special, values, I get a strange number
9.9475983006414E-14

Any ideas?
--
adminservicesJY



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Problem with pasting value of a sum

Yes, it worked! Thank you.
--
adminservicesJY


"T. Valko" wrote:

It's a "common" rounding issue.

To correct it use the ROUND function:

=ROUND(SUM(D9:R9),2)

--
Biff
Microsoft Excel MVP


"adminservicesJY" wrote in
message ...
I encountered a problem that's new to me while using autosum on a row of
numbers and blank cells
=SUM(D9:R9)
it seems to produce the correct sum, which is 0.00, but when I copy and
paste special, values, I get a strange number
9.9475983006414E-14

Any ideas?
--
adminservicesJY




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Problem with pasting value of a sum

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"adminservicesJY" wrote in
message ...
Yes, it worked! Thank you.
--
adminservicesJY


"T. Valko" wrote:

It's a "common" rounding issue.

To correct it use the ROUND function:

=ROUND(SUM(D9:R9),2)

--
Biff
Microsoft Excel MVP


"adminservicesJY" wrote in
message ...
I encountered a problem that's new to me while using autosum on a row of
numbers and blank cells
=SUM(D9:R9)
it seems to produce the correct sum, which is 0.00, but when I copy and
paste special, values, I get a strange number
9.9475983006414E-14

Any ideas?
--
adminservicesJY






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Problem with pasting value of a sum

That is a very small number, but in your original cell it will show up
as zero because of the way it is formatted. You could do this to your
formula:

=ROUND(SUM(D9:R9),2)

and then you will get 0.00 when you paste the value elsewhere.

Hope this helps.

Pete

On Jan 20, 4:31*pm, adminservicesJY
wrote:
I encountered a problem that's new to me while using autosum on a row of
numbers and blank cells
=SUM(D9:R9)
it seems to produce the correct sum, which is 0.00, but when I copy and
paste special, values, I get a strange number
9.9475983006414E-14

Any ideas?
--
adminservicesJY




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Problem with pasting value of a sum

Yes, it worked! Thank you.
--
adminservicesJY


"Pete_UK" wrote:

That is a very small number, but in your original cell it will show up
as zero because of the way it is formatted. You could do this to your
formula:

=ROUND(SUM(D9:R9),2)

and then you will get 0.00 when you paste the value elsewhere.

Hope this helps.

Pete

On Jan 20, 4:31 pm, adminservicesJY
wrote:
I encountered a problem that's new to me while using autosum on a row of
numbers and blank cells
=SUM(D9:R9)
it seems to produce the correct sum, which is 0.00, but when I copy and
paste special, values, I get a strange number
9.9475983006414E-14

Any ideas?
--
adminservicesJY



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Problem with pasting value of a sum

You're welcome - glad to hear it worked for you.

Pete

On Jan 20, 6:42*pm, adminservicesJY
wrote:
Yes, it worked! *Thank you.
--
adminservicesJY


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
Pasting problem Dan S Excel Discussion (Misc queries) 2 June 18th 08 09:23 PM
Pasting problem nc Excel Discussion (Misc queries) 5 October 18th 07 05:17 PM
Problem with pasting taffy1 Excel Discussion (Misc queries) 1 November 6th 05 11:55 AM
pasting and one other problem B_Carpet Excel Discussion (Misc queries) 9 July 29th 05 02:36 AM
Problem Pasting Duke Excel Discussion (Misc queries) 4 April 9th 05 06:23 PM


All times are GMT +1. The time now is 01:31 AM.

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"