
Use the REPT function to show data in a chart
To show data in a chart-like view, you can define a character and
repeat this character a specified number of times using the REPT
function.
4
To show data in a chart:
1. In cells B2:B10, type percentages in the range of 1% to
100%.
2. Select cells C2:C10 and type the following formula:
=REPT("|",B2*100).
3. Press <Ctrl+Enter>.
Text Functions 83
3
Figure 3-24