ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   cell in cell formulation possible??? (https://www.excelbanter.com/excel-discussion-misc-queries/3315-cell-cell-formulation-possible.html)

Abi

cell in cell formulation possible???
 
Let's say I have a string of text in a cell, something like:

"We may charge you $XXX fee if item is not returned in good condition."

Is it possible to make that XXX a formula/calculation (based upon
information entered in another cell)?

Gary Brown

="We may charge you $" & format(A1,"#,##0.00") & " fee if item is not
returned in good condition."

HTH,
Gary Brown

"Abi" wrote:

Let's say I have a string of text in a cell, something like:

"We may charge you $XXX fee if item is not returned in good condition."

Is it possible to make that XXX a formula/calculation (based upon
information entered in another cell)?


Chip Pearson

Abi,

Try something like

="We may change you " & TEXT(A1,"$#,##0") & " if the item is not
returned."

where cell A1 contains the value you want to display.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Abi" wrote in message
...
Let's say I have a string of text in a cell, something like:

"We may charge you $XXX fee if item is not returned in good
condition."

Is it possible to make that XXX a formula/calculation (based
upon
information entered in another cell)?




Gary Brown

OOPS!!!
="We may charge you $" & Text(A1,"#,##0.00") & " fee if item is not
returned in good condition."


"Gary Brown" wrote:

="We may charge you $" & format(A1,"#,##0.00") & " fee if item is not
returned in good condition."

HTH,
Gary Brown

"Abi" wrote:

Let's say I have a string of text in a cell, something like:

"We may charge you $XXX fee if item is not returned in good condition."

Is it possible to make that XXX a formula/calculation (based upon
information entered in another cell)?


Abi

Thank you both - I'm off to give it a try!


All times are GMT +1. The time now is 11:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com