Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() what does the mask "##%" do? -- Thanks for your reply & assistance. Jimbo213 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Editing text after concatenate | Excel Worksheet Functions | |||
Using Concatenate function to generate text in Text Box | Charts and Charting in Excel | |||
How to Concatenate with a text & number | Excel Worksheet Functions | |||
Concatenate text and numbers? | Excel Worksheet Functions | |||
concatenate text and date | Excel Discussion (Misc queries) |