Which formula correctly uses CONCAT to join B2 and C2 with a colon between, producing Rent:Parking?

Prepare for SIMnet Exam 1 with our comprehensive quiz. Access flashcards and multiple-choice questions with hints and explanations. Get ready to succeed!

Multiple Choice

Which formula correctly uses CONCAT to join B2 and C2 with a colon between, producing Rent:Parking?

Explanation:
CONCAT combines text items in the order you provide them. To put a colon between the two cell values, include the colon as its own text item: =CONCAT(B2, ":", C2). If B2 contains Rent and C2 contains Parking, this yields Rent:Parking. The other options don’t fit the requirement: they either use a different separator, omit the separator, or don’t use CONCAT at all (even though an ampersand could produce the same result, it doesn’t meet the “using CONCAT” condition).

CONCAT combines text items in the order you provide them. To put a colon between the two cell values, include the colon as its own text item: =CONCAT(B2, ":", C2). If B2 contains Rent and C2 contains Parking, this yields Rent:Parking. The other options don’t fit the requirement: they either use a different separator, omit the separator, or don’t use CONCAT at all (even though an ampersand could produce the same result, it doesn’t meet the “using CONCAT” condition).

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy