Retain cell format in text reference

travellerva

New Member
Joined
Mar 31, 2012
Messages
47
Office Version
  1. 365
Platform
  1. MacOS
I am trying to generate content in a cell that comprises a text component followed by the contents of a variable cell. I need to retain the format of the content in the referred cell.

Thus, my formula is:
="Color = "&A258 where A258 will contain a date in short date format (e.g. 4/3/23).

What I get is "Color = 45019"

How can I get "Color = 4/3/23"?

Thanks
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Hi, this almost did it for me after i searched for "cell reference and format". I am referencing a cell in a sentence using "&A1&" where A1 contains a percentage, 15%. However, the formula returns (understandably) "0.15". How can i format this so it shows "15%"? Thank you.
 
Upvote 0
Hi, this almost did it for me after i searched for "cell reference and format". I am referencing a cell in a sentence using "&A1&" where A1 contains a percentage, 15%. However, the formula returns (understandably) "0.15". How can i format this so it shows "15%"? Thank you.
工作簿1
ABC
115%Increase by 15.00%
2Increase by 15%
3
4
Sheet1
Cell Formulas
RangeFormula
B1B1="Increase by "&TEXT(A1,"0.00%")
B2B2="Increase by "&TEXT(A1,"0%")
 
Upvote 0

Forum statistics

Threads
1,223,904
Messages
6,175,295
Members
452,633
Latest member
DougMo

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