A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Paste Less Decimal Places



 
 
Thread Tools Display Modes
  #1  
Old November 10th, 2003, 04:50 PM
Niek Otten
external usenet poster
 
Posts: n/a
Default Paste Less Decimal Places

You could ToolsOptionsCalculationPrecision as diplayed, but read Help to
be aware of the implications

--
Kind Regards,

Niek Otten

Microsoft MVP - Excel
"MicrosoftUser" wrote in message
...
I have a spreadsheet with data to 8 decimal places in it.
I have formatted it to display to 4 decimal places.
How can I copy and paste the 4 decimal places data?
ie when I subsequently click a cell I only want
4 decimal places to be in the formula bar.



  #2  
Old November 10th, 2003, 05:13 PM
Peo Sjoblom
external usenet poster
 
Posts: n/a
Default Paste Less Decimal Places

You can't, besides formatting for 4 decimal places does only change what you
see in the cell,
the underlying value is still the same. You could use an event macro after
you have pasted it that will
truncate or round the value to 4 decimals or just use a help column with a
formula, then paste the values
from the formula help column as values. Either =TRUNC(A1,4) or ROUND(A1,4).
I would probably put a temporary help column in the source sheet, then use
=ROUND(A1,4), copy down as long as needed, copy it,
go to the target sheet and do editpaste special as values. Then finally
delete the help column.




--

Regards,

Peo Sjoblom


"MicrosoftUser" wrote in message
...
I have a spreadsheet with data to 8 decimal places in it.
I have formatted it to display to 4 decimal places.
How can I copy and paste the 4 decimal places data?
ie when I subsequently click a cell I only want
4 decimal places to be in the formula bar.



  #3  
Old November 10th, 2003, 06:17 PM
Niek Otten
external usenet poster
 
Posts: n/a
Default Paste Less Decimal Places

No, not this way.
You would have to play around with the ROUND() function.
If you have a specific problem and can't find the solution; write again!

--
Kind Regards,

Niek Otten

Microsoft MVP - Excel
"MicrosoftUser" wrote in message
...
Perfect! Exactly what I wanted!
In case I need it in the future, is it possible to apply this
only to specified cells and not the whole sheet?

----- Niek Otten wrote: -----

You could ToolsOptionsCalculationPrecision as diplayed, but read

Help to
be aware of the implications

--
Kind Regards,

Niek Otten

Microsoft MVP - Excel
"MicrosoftUser" wrote in

message
...
I have a spreadsheet with data to 8 decimal places in it.
I have formatted it to display to 4 decimal places.
How can I copy and paste the 4 decimal places data?
ie when I subsequently click a cell I only want
4 decimal places to be in the formula bar.






 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:50 PM.


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