Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default How to concatenate cell & text in a text box?


what does the mask "##%" do?

--
Thanks for your reply & assistance.
Jimbo213

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing text after concatenate Fozeye Excel Worksheet Functions 3 May 20th 23 03:47 AM
Using Concatenate function to generate text in Text Box Mary S. Charts and Charting in Excel 1 December 14th 05 08:55 PM
How to Concatenate with a text & number || cypher || Excel Worksheet Functions 1 June 25th 05 12:43 AM
Concatenate text and numbers? CLR Excel Worksheet Functions 8 May 6th 05 02:34 PM
concatenate text and date Tara Keane Excel Discussion (Misc queries) 2 February 11th 05 05:17 PM


All times are GMT +1. The time now is 05:57 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"