Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Progress bar in spreadsheet?

0 views
Skip to first unread message

RBear3

unread,
Jun 18, 2008, 9:03:02 AM6/18/08
to
I am creating a spreadsheet where I will have a long list of projects. One
column represents the completion percentage for the project. I'd like to
display this as a progress bar. If the project is 50% complete, I want the
left half of the cell to be colored in. If it is 75% complete, I want the
left 3/4 of the field to be filled in, etc.

I don't mind doing this manually if there is a way to do so, but I figured
there might be some type of control that can do this.

I have seen reports built in accounting packages and "dashboard" or "metric
tracking" applications that do similar visual representations for individual
line items on reports.

Thanks for your suggestions!!

--


RBear3
.


Andy Pope

unread,
Jun 18, 2008, 9:32:10 AM6/18/08
to
Hi,

You can not partial shade a single cell. What you can do is use multiple
cells with some conditional formatting.

Have a look at a recent post of my on another forum.
http://www.excelforum.com/showthread.php?t=646509&highlight=conditional

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"RBear3" <rbe...@nospam.com> wrote in message
news:eOd7mOU0...@TK2MSFTNGP02.phx.gbl...

Jim Cone

unread,
Jun 18, 2008, 9:42:07 AM6/18/08
to
Another way...
You can use a formula to show a simple bar whose length varies
depending on the value in a cell.
If the value 28 is in cell B5, then try this formula in C5...
=REPT("n",B5/4).
Assign the Wingdings font to cell C5 and adjust the font size.
Customize as desired.
--
Jim Cone
Portland, Oregon USA

"RBear3"
<rbe...@nospam.com>
wrote in message

Pete_UK

unread,
Jun 18, 2008, 9:55:27 AM6/18/08
to
You could achieve this in an adjacent column - assuming your
percentage is in A1, then put this in B1:

=REPT("|",100*A1)

Format the cell to, say, Red, and copy down.

You could apply conditional formatting to have, say, Blue with the
formula =A1>=0.75, and Green with =A1>=0.5 and Yellow with A1>=0.25,
so that the colour changes with progress of the project.

Hope this helps.

Pete

Andy Pope

unread,
Jun 18, 2008, 10:23:39 AM6/18/08
to
Seeing the other guys suggestions of using the REPT function I thought I
better clarify my statement, "You can not partial shade a single cell".
Using the built-in Cell Shading you can not partial shade..

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

"Andy Pope" <an...@andypope.info> wrote in message
news:287C1E31-3F18-42BD...@microsoft.com...

RBear3

unread,
Jun 18, 2008, 1:06:41 PM6/18/08
to
Thanks! All of these suggestions are helpful.

--
RBear3
.

"Pete_UK" <pash...@auditel.net> wrote in message
news:e9550d74-2553-4c9b...@t54g2000hsg.googlegroups.com...

artemis

unread,
Jun 18, 2008, 4:58:58 PM6/18/08
to
You will need to set the column width to the 100% size. Also, you can
use Niagara Solid or Stencil fonts to create a solid line.

Ed Ferrero

unread,
Jun 19, 2008, 5:25:47 AM6/19/08
to
You have already had some good suggestions.

One of my old blog posts may be of help.

Look at http://www.edferrero.com/Blog/tabid/106/rssid/1/Default.aspx
and scroll about half way down - to More on Excel 2007 Conditional Formats
(and Excel 2003)

My blog is a little bit broken at the moment, sorry, but this should get you
there.

Ed Ferrero
www.edferrero.com

0 new messages