BeginnerText Functions3 min10 points

Check code length with LEN

The situation

Harbor Supply's product codes should always be exactly nine characters. A recent import added some malformed rows, and you need to spot them.

A1
fx
Check code length with LEN — 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
1Product codeLength
2HSC-04182
3HSC-1190
4HSC-77213
5HSC-0043
6

Functions in this exercise

  • LENCounts the characters in a text value, spaces included.

Who this is for