BeginnerText Functions4 min10 points

Build a product code with CONCAT

The situation

Harbor Supply is loading a new supplier's catalogue into the warehouse system, which expects one SKU per line in the form HW-4820. The supplier sent the category prefix and the item number in separate columns.

A1
fx
Build a product code with CONCAT — question sheet. Use the arrow keys to move between cells, Enter or F2 to edit, Escape to cancel, Control D to fill down from the cell above, and Control C and Control V to copy and paste.
Row numberABCDE
1PrefixItemSKU
2HW4820.00
3PL1175.00
4EL9043.00
5GR2266.00
6SF7710.00
7

Functions in this exercise

  • CONCATJoins text values together into one.

Who this is for