Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Raymond Gallegos
 
Posts: n/a
Default Imbedding Cell into a Label

Hello. Does anyone know if (or how) it is possible to imbed a cell
reference into a label. For example:
A1: = 20%
A10: = "You own (a1) of the fund"

Result in A10: "You own 20% of the fund"

I would greatly appreciate anyone's assistance. Thank you.
  #2   Report Post  
David Billigmeier
 
Posts: n/a
Default

In A10:

=CONCATENATE("You own ",A1," of the fund")


--
Regards,
Dave


"Raymond Gallegos" wrote:

Hello. Does anyone know if (or how) it is possible to imbed a cell
reference into a label. For example:
A1: = 20%
A10: = "You own (a1) of the fund"

Result in A10: "You own 20% of the fund"

I would greatly appreciate anyone's assistance. Thank you.

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

="you own " & text(a1,"0.00%") & " of the fund"



Raymond Gallegos wrote:

Hello. Does anyone know if (or how) it is possible to imbed a cell
reference into a label. For example:
A1: = 20%
A10: = "You own (a1) of the fund"

Result in A10: "You own 20% of the fund"

I would greatly appreciate anyone's assistance. Thank you.


--

Dave Peterson
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
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Label a button from a cell content spyrule Excel Discussion (Misc queries) 0 July 22nd 05 03:00 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Using Name Label to try to define linked cell John Links and Linking in Excel 5 December 4th 04 09:12 AM
VLookup resulting in a blank cell... KempensBoerke Excel Worksheet Functions 1 October 28th 04 09:57 PM


All times are GMT +1. The time now is 08:34 AM.

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

About Us

"It's about Microsoft Excel"