FUNDAMENTALS OF COMPUTER

USING MICROSOFT EXCEL

USING THE RIGHT LEFT AND MID FUNCTIONS IN EXCEL

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Insert a function that joins two cells together.
A
=CONCATENATE
B
=COUNTIF
C
=MID
D
=COUNT
Explanation: 

Detailed explanation-1: -Use the ampersand & character instead of the CONCATENATE function. The ampersand (&) calculation operator lets you join text items without having to use a function. For example, =A1 & B1 returns the same value as =CONCATENATE(A1, B1).

Detailed explanation-2: -Table of Contents. The word CONCATENATE means to join or combine. The CONCATENATE function in Excel is used to combine the text from different cells into one cell. This Excel tutorial will explain how to use the Excel CONCATENATE function with syntax and examples.

Detailed explanation-3: -Both of these functions let you join (concatenate) text in different cells together. TEXTJOIN lets you join values with a delimiter of your choice, and has an option to ignore empty values. CONCAT simply mashes all values together without options.

Detailed explanation-4: -For example, =CONCAT("The", ” “, "sun", ” “, "will", ” “, "come", ” “, "up", ” “, "tomorrow.") will return The sun will come up tomorrow.

There is 1 question to complete.