copy a formula from a cell with one format to another cell the results display the destination format

boxarox

New Member
Joined
Jun 20, 2012
Messages
5
Column B and C are formatted as percentage: Column D is formatted as currency.

In cell B10, I autosum B1 thru B9.

Ctlr +c to D10 then Ctlr+V.

I want the results in currency ( the format in the destination cell), not percentage ( the originating cell)

Is there a setting I need to change to get the copied formula to always display results in the destination cells format?

I've tried paste special> formulas, but that doesn't seem to work either

I am using 2010
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hi boxarox
Welcome to the forum, try something like this, it will make the format US dollars, however you can change to make any currency you wish

=TEXT(SUM(B1:B8),"[$$-409]#,##0.00")
 
Upvote 0
Pup;
Thank you for the response,but that approach actually seems a bit more cumbersome than just highlighting the cell and clicking currency on the ribbon. What I was hoping for was some hidden setting somewhere, that I could tweek to change the overall manner that the worksheet operates in. Sort of like the"set precision as displayed"radio box under options/advanced/when calculating this workbook...that would direct Excel to always keep the destination format, rather than the "copied from" format. it's not just percent- dollars that aggravates me. All I want to do is copy the formula, and leave all of the formatting from the original cell, in the original cell. In other words I don't want to carry the cells format with the copied data or formula. I am oriented towards the keyboard,(Ctrl+c,Ctrl+v) for copy paste functions,and really don't like to use the mouse- paste/paste special/Pick the way you want it. Possibly a keyboard shortcut? Macro? Voodoo? Fairy Dust?

<tbody>
</tbody>
 
Upvote 0
HI boxarox
Sorry it took so long, format you destination column then copy your data, select cell/ cells you have already formatted, then press alt e s v then press enter, hopefully this is enough fairy dust for you ( or use macro recorder, to create a simple marco that can do this for you)
Regards
Pup
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,506
Messages
6,125,194
Members
449,214
Latest member
mr_ordinaryboy

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