Copying Formatted Value rather than True Value

Lambrix

Board Regular
Joined
Jun 29, 2012
Messages
62
I am sure I am about to ask yet another noob question, but I can't seem to figure out an easy solution. Is there a way to copy and paste the values as displayed by Format Cell.


I have a lot of data in the billions that I have formatted to decimals using a custom format of "$0.00,,,"

For example, it takes

"$50,450,350,230" and makes it "$50.45"

However, the problem is that when I copy and try to paste it else where I end up with the true value rather than the decimal value.

Currently I have to copy the value into notepad, and then copy it again before pasting it else where. Any ideas on a better way to accomplish this task? Thank you.

David
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi David

Perhaps use a column next to your data to actually put the data in that format, e.g., in B1:

Code:
=ROUND(A1/1000000000,2)
Hope this helps,

Chris.
 
Upvote 0

Forum statistics

Threads
1,215,472
Messages
6,125,004
Members
449,203
Latest member
Daymo66

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top