View Single Post
  #4   Report Post  
Chip Pearson
 
Posts: n/a
Default

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)?