Hi Evon,
If I understand your post you want to use a tiny chart as a progress
indicator, based on the content of a cell.
This is possible although a bar chart may be better as this can run from
a single value. A line chart would have to be an xy-scatter and this
will require 4 values. [start and finish (x,y) values]
Instructions for bar chart,
select the cell containing the percent value. Create a clustered bar
chart using the chart wizard. You will have to format the x-axis to have
a min=0 and a max=100, otherwise the chart will continually update the axis.
Remove all axis markers,lines and tickmarks.
decrease the gap width of the bar to 0 so it fills the plotarea.
If your actual problem is how to do any of the things described above
please post back with more detail.
An alternative non chart option maybe to fill a cell with text.
I did this as a quick test and it doesn't look to bad.
Use this formula in a cell that is wide enough to display all 100
characters. A3 contains the integer percentage progress.
=REPT("×€",A3)
I am attempting to add a line graph to a single cell as an update of progress by per cent.
--
Cheers
Andy
http://www.andypope.info