The function to combine text from two cells into one is:

(A) Ampersand
(B) Name
(C) Space
(D) None of these

🧠 Explanation:

This function joins the contents of multiple cells or strings into a single continuous text. It is useful for merging first and last names, addresses, or any other text data stored separately. By using CONCATENATE or CONCAT, users can create customized strings without manual copying and pasting, improving efficiency and accuracy in data handling. This function is widely supported in programs like Microsoft Excel and Google Sheets for text manipulation tasks.