Dashboard Mode - LEN function
Dashboard Goal
Understand how to count the number of characters in text entries using the LEN function in Google Sheets.
Understand how to count the number of characters in text entries using the LEN function in Google Sheets.
| Item | Description |
|---|---|
| Pen | Blue ink ballpoint |
| Notebook | 200 pages ruled |
| Marker | Permanent black |
| Eraser | Soft white |
| Ruler | 30 cm plastic |
=SUM(LEN(B2), LEN(B3), LEN(B4), LEN(B5), LEN(B6))=LEN(B2)+----------------------+---------------------+ | KPI Card | Bar Chart | | Total Characters: | Description Length | | 72 | by Item | +----------------------+---------------------+ | Table: Description Length per Item | +-------------------------------------------------+
Add a filter to select items by name. When you choose an item, the table and chart update to show only that item's description length. The KPI card updates to show the total characters for the selected items.
If you filter to show only "Pen" and "Eraser", what is the total characters shown in the KPI card?
Answer: LEN("Blue ink ballpoint") = 18 + LEN("Soft white") = 10, total 28.