I have a text cell and I want to inport a value into the cell

G

gtf1949

I have a cell with text and want to import a value from elsewhere in the
spreadsheet to make it part of the cell.
--
 
D

David Biddulph

="ABC "&A1&" DEF" will include the value of A1 in the middle of the text
string.
 
Top