Keep Original Number format when mixing Text with Link to cell

James8761

Board Regular
Joined
Apr 24, 2012
Messages
154
Office Version
  1. 2019
Platform
  1. Windows
I am trying to type words in to a cell and also add a number by way of linking to a cell reference and then add more text after.

e.g. I want the outcome to be Your balance at 31 May was 200,000. Please check if you have a difference.

I start off with "Your balance at 31 May was "&C3&" Please check if you have a difference"

I almost get what I want as the formula returns................ Your balance at 31 May was 200000 Please check if you have a difference

However I would like to keep the number formatting the same as it is in it's own cell. i.e. I would like my answer to be Your balance at 31 May was 200,000 Please check if you have a difference.

Does anyone know how I can tweak this formula slightly please?

James
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
You can use TEXT but you have to specify the format - you can't automatically pick up whatever format is in that cell:

="Your balance at 31 May was "&TEXT(C3,"#,##0")&" Please check if you have a difference"
 
Upvote 0
You can use TEXT but you have to specify the format - you can't automatically pick up whatever format is in that cell:

="Your balance at 31 May was "&TEXT(C3,"#,##0")&" Please check if you have a difference"

Excellent. Works right away. Thank you very much.
 
Upvote 0

Forum statistics

Threads
1,216,068
Messages
6,128,596
Members
449,460
Latest member
jgharbawi

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