![]() |
How to concatenate cell & text in a text box?
I've searched this, and other, sites. I think the answer is "can't be done" but I thought I'd ask the experts. I have a text box on a graph that refers to a cell. Text box has =Sheet1!A1 for example I would like it to have this cell value AND a text value. =Sheet1!A1 & " TextMessage" My searching shows that can only be done by performing the concatenation in a second cell and linking the text box to that second cell. QUESTION: is it possible to do this concatenation within the text box only? Thanks. -- Thanks for your reply & assistance. Jimbo213 |
How to concatenate cell & text in a text box?
You can do what you propose quite easily... Reference the Sheet name and the
cell, just as you did, and put the number that you want into the cell. I use something like this: TextBox: =Simulation!$AJ$30 Cell AJ30: ="Min = "&TEXT(MIN(B3:B1002),"##%") Regards, Ryan--- -- RyGuy "Jimbo213" wrote: I've searched this, and other, sites. I think the answer is "can't be done" but I thought I'd ask the experts. I have a text box on a graph that refers to a cell. Text box has =Sheet1!A1 for example I would like it to have this cell value AND a text value. =Sheet1!A1 & " TextMessage" My searching shows that can only be done by performing the concatenation in a second cell and linking the text box to that second cell. QUESTION: is it possible to do this concatenation within the text box only? Thanks. -- Thanks for your reply & assistance. Jimbo213 |
How to concatenate cell & text in a text box?
what does the mask "##%" do? -- Thanks for your reply & assistance. Jimbo213 |
How to concatenate cell & text in a text box?
Type 'TEXT' into the Excel help menu and you will see this:
Syntax TEXT(value,format_text) Value is a numeric value, a formula that evaluates to a numeric value, or a reference to a cell containing a numeric value. Format_text is a numeric format as a text string enclosed in quotation marks. You can see various numeric formats by clicking the Number, Date, Time, Currency, or Custom in the Category box of the Number tab in the Format Cells dialog box, and then viewing the formats displayed. The '##%' is a method of formatting for the text. If you right-click a cell, click format cells custom, you will see a bunch of formatting options... Regards, Ryan--- -- RyGuy "Jimbo213" wrote: what does the mask "##%" do? -- Thanks for your reply & assistance. Jimbo213 |
All times are GMT +1. The time now is 05:11 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com