PC Review


Reply
Thread Tools Rate Thread

How can I fill a cell with "+" based on a percent value?

 
 
Dreiding
Guest
Posts: n/a
 
      22nd Oct 2009
I have Excel 2003 and need the capability to fill cells with a character
symbol (+) based on a value (0-100). Where as 50% would only fill have the
cell, 100% the complete cell.

The issues I'm running into are related to the column width (what happens
when the user changes the column width) and the zoom factor. Not sure if the
monitor resolution has an impact. I've found that a zoom of 75 has a much
different impact than one of 50 or 80.

Thanks,
- Pat





 
Reply With Quote
 
 
 
 
Dreiding
Guest
Posts: n/a
 
      25th Oct 2009
Almost there! I really like your equation.
I set my Excel font default to Arial 8.
Unfortunately it's not immune to zoom.
Set the percent value to 100% and see how it fills the cell at different
zooms (75 vs 80). Is there info on what Excel does so I can adjust to it?

Thanks for you quick response!
- Pat


"smartin" wrote:

> Dreiding wrote:
> > I have Excel 2003 and need the capability to fill cells with a character
> > symbol (+) based on a value (0-100). Where as 50% would only fill have the
> > cell, 100% the complete cell.
> >
> > The issues I'm running into are related to the column width (what happens
> > when the user changes the column width) and the zoom factor. Not sure if the
> > monitor resolution has an impact. I've found that a zoom of 75 has a much
> > different impact than one of 50 or 80.
> >
> > Thanks,
> > - Pat

>
> This works pretty well for me using Arial 8pt and a column wide enough
> to differentiate between 40%, 50%. YMMV with other fonts; you may need
> to include an adjustment factor for the font.
>
> In B1:
> =REPT("+",A1*CELL("width",B1))
>
> where A2 has the % value.
>
> This is immune (?) to zoom, but it needs to be recalculated if the
> column width is changed.
> .
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Replace "Cell based" formulas with "word-based" formulas Brian Microsoft Excel Worksheet Functions 2 19th Oct 2009 10:29 PM
Macro to auto-fill "Company" field in VCard based on email domain? Andrew Schulman Microsoft Outlook VBA Programming 5 5th Sep 2008 04:07 PM
set "value if true" to "fill cell with color" =?Utf-8?B?RmVldGE=?= Microsoft Excel Programming 4 23rd Jul 2005 08:16 AM
Excel VBA - go to worksheet "name" based on a cell reference ="Name" james007 Microsoft Excel Programming 2 8th Jul 2004 11:04 PM
Need one cell to show "March" based on another cell "3/16/04" HandiMann Microsoft Excel Misc 2 17th Mar 2004 03:34 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:16 PM.