Repeat text a specified number of times.
Create a simple bar chart using text by repeating a character based on the value in column A. Display the result in column B.
Solve without hints for +5 XP
This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.
| A | B | |
|---|---|---|
| 1 | Value | Bar |
| 2 | 5 | |
| 3 | 10 | |
| 4 | 3 | |
| 5 | 7 |
The REPT function repeats a text string a specified number of times. It's useful for creating text-based visualizations or padding.