I want to customize a text depending of anwers in a lookup table

S

Sara Gilbert

I have a lookup table (survey) and I want the total output in a text format
(a paragraph)
 
I

Ian

If you mean you want to include the text in some cells within another cell,
try something like the following:

="Add first cell contents here: "&A1&", the second here:"&B1&", then
complete the sentence"
 
Top