Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
True.
& is shorthand for the CONCATENATE function. -- Wigi http://www.wimgielis.be = Excel/VBA, soccer and music "FSt1" wrote: hi use the ampersand symble ="create tablespace " & $A1 & " datafile " & $B1 & " Size " & $C1 & " Resue" Be sure to include spaces inside the quotes so that it will read like a sentence ie not run words togeather. Regards FSt1 "StellaW" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hit enter in cell & move text down in cell, not go to cell below. | Excel Worksheet Functions | |||
Find text in a cell and copy text to another cell | Excel Discussion (Misc queries) | |||
Copy text from cell to cell with one cell changing text | Excel Worksheet Functions | |||
linking a cell containing text to another cell containing text / data | Excel Discussion (Misc queries) | |||
New text added to cell AFTER current text in same cell | Excel Worksheet Functions |