![]() |
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. |
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. |
="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 |
All times are GMT +1. The time now is 10:56 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com