View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
StellaW StellaW is offline
external usenet poster
 
Posts: 1
Default how to mix text and cell in one cell

Can I input in a cell:
Create tablespace $A1 datafile '$B1' size $C1 REUSE.
and expect the result to be ==
Create tablespace TS_TEMP datafile '/opt/oradata_sid/temp.bdf' size 799M
REUSE.

In other word, can I mix text and referencing-cells in one cell instead of
concatenating individual cells?
--
StellaW