Copying all the data in a cell.

eechristaylor

New Member
Joined
Oct 22, 2013
Messages
43
Office Version
  1. 365
Platform
  1. Windows
I have a cell on one sheet that is calculating a cost, i.e. $4,568.50. I want to bring that data to another cell on anther sheet and have been using the formula ="Affect to Project Cost: Cost INCREASED by $"&Cost!R46
But the value it returns is: Affect to Project Cost: Cost INCREASED by $4568.5 and does not include the ZERO or the comma. I have tried to use ROUND, and also changed the Format of the cell but i can't get it to bring the 0 or teh comma over from that cell.
I am sure it is something simple i am missing but i just cant find it.
Any help is appreciated.
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Try
Excel Formula:
="Affect to Project Cost: Cost INCREASED by $"&TEXT(Cost!R46,"$#,##0.00")
 
Upvote 0
Try
Excel Formula:
="Affect to Project Cost: Cost INCREASED by $"&TEXT(Cost!R46,"$#,##0.00")
PERFECT, THANKS, I knew would be something simple I overlooked, I did look at this option but didnt inlcude the last statement in your formula. THANKS
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

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