Introduction
These functions join text from different cells into one cell. CONCATENATE is the older way, and CONCAT is the newer, simpler way to combine text pieces.
When you want to combine first and last names from two columns into one full name column.
When you need to join a product code and description into a single cell for easier reading.
When creating a full address by joining street, city, and postal code from separate cells.
When you want to add a label or unit after a number, like adding 'kg' after a weight value.
When merging date parts like day, month, and year from different cells into one date string.