View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default I have a text cell and I want to inport a value into the cell

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

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