Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default Use a shape as a gauge.

Oh Wise Ones,

How can I use a shape as a gauge? I couldn't get a chart to not look
like a chart. I want to indicate the contents of a cell - lets say A1 as a
percentage. So if A1 contains 50 the shape is half full etc. It's not quite
a progress bar, but would look like one. Horizontal if possible.

Thanks,
Mike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default Use a shape as a gauge.

One very simple way

=REPT("|",A1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Mike K" wrote in message
...
Oh Wise Ones,

How can I use a shape as a gauge? I couldn't get a chart to not
look
like a chart. I want to indicate the contents of a cell - lets say A1 as
a
percentage. So if A1 contains 50 the shape is half full etc. It's not
quite
a progress bar, but would look like one. Horizontal if possible.

Thanks,
Mike




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 104
Default Use a shape as a gauge.

Thanks Bob! That's really slick. I was kinda out of free cells but I'll find
a way to wedge it in there.

Thanks again,

Mike

"Bob Phillips" wrote:

One very simple way

=REPT("|",A1)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Mike K" wrote in message
...
Oh Wise Ones,

How can I use a shape as a gauge? I couldn't get a chart to not
look
like a chart. I want to indicate the contents of a cell - lets say A1 as
a
percentage. So if A1 contains 50 the shape is half full etc. It's not
quite
a progress bar, but would look like one. Horizontal if possible.

Thanks,
Mike





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Use a shape as a gauge.

Here's a good example of using a chart to create a guage of sorts:

http://www.andypope.info/charts/gauge.htm

There are others out there that look more like progress bars, etc. Just
Google something like "+excel +gauges +vba" and you'll find some good
examples.

HTH,

Eric

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
gauge charts and dashboards jim Charts and Charting in Excel 1 April 17th 09 01:34 PM
Gauge/Dashboard Charts [email protected] Excel Programming 2 January 30th 08 11:12 PM
Where can I find and how to use gauge graphs? Mauricio F Charts and Charting in Excel 3 June 7th 07 05:24 PM
both a chart and a gauge (an activeX) Avi Charts and Charting in Excel 1 October 22nd 05 10:15 AM
Happy Face gauge not updating. Mike K Excel Programming 3 January 6th 05 10:02 PM


All times are GMT +1. The time now is 03:07 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"