Welcome to the Excel Forum

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

Seo Services company Manchester

Please Register to Remove these Ads

Please Register to Remove these Ads



Reply
  #1  
Old 07-09-2005, 08:26 AM
elew elew is offline
Registered User
 
Join Date: 09 Jul 2005
Posts: 2
elew is becoming part of the community
Conditional Formatting Help

Please Register to Remove these Ads

I am trying to use conditional formatting to highlight cells in a column that are less than 150% of a value in another cell. Thanks
Reply With Quote
  #2  
Old 07-09-2005, 10:05 AM
Don Guillett
Guest
 
Posts: n/a
Re: Conditional Formatting Help

something like
formula is
=f4<1.5*e4

--
Don Guillett
SalesAid Software
donaldb@281.com
"elew" <elew.1rwlea_1120914301.1774@excelforum-nospam.com> wrote in message
news:elew.1rwlea_1120914301.1774@excelforum-nospam.com...
>
> I am trying to use conditional formatting to highlight cells in a column
> that are less than 150% of a value in another cell. Thanks
>
>
> --
> elew
> ------------------------------------------------------------------------
> elew's Profile:

http://www.excelforum.com/member.php...o&userid=25059
> View this thread: http://www.excelforum.com/showthread...hreadid=385830
>



Reply With Quote
  #3  
Old 07-09-2005, 11:04 AM
elew elew is offline
Registered User
 
Join Date: 09 Jul 2005
Posts: 2
elew is becoming part of the community
This does ot seem to do it. I have tried this in both Formula and Cell Value
Reply With Quote
  #4  
Old 07-09-2005, 11:37 AM
Domenic Domenic is offline
Forum Guru
 
Join Date: 18 Jun 2004
Location: Canada
Posts: 1,242
Domenic has an addiction to Excel
Quote:
Originally Posted by elew
I am trying to use conditional formatting to highlight cells in a column that are less than 150% of a value in another cell. Thanks
Assuming that B2:B100 contains your data, and that D2 contains the value to be compare to, try the following...

1) Select B2:B100

2) Format > Conditional Formatting > Formula Is

3) Enter the following formula:

=(B2<>"")*(B2<$D$2*1.5)

4) Choose your formatting

5) Click Ok

Hope this helps!
Reply With Quote
  #5  
Old 07-09-2005, 12:05 PM
David McRitchie
Guest
 
Posts: n/a
Re: Conditional Formatting Help

Probably a matter of not choosing the cells in the formula relative
to the active cell and your selection. Read (especially red lettering in)
http://www.mvps.org/dmcritchie/excel/condfmt.htm

Then try again. You will have to adjust the formula Don supplied to meet
your needs. Also you realize that your response is vague. So if you can
describe what it does instead of working you'd be ahead of the game.
Of course that is not always possible.
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"elew" <elew.1rwqyc_1120921502.5224@excelforum-nospam.com> wrote in message
news:elew.1rwqyc_1120921502.5224@excelforum-nospam.com...
>
> This does ot seem to do it. I have tried this in both Formula and Cell
> Value
>
>
> --
> elew
> ------------------------------------------------------------------------
> elew's Profile: http://www.excelforum.com/member.php...o&userid=25059
> View this thread: http://www.excelforum.com/showthread...hreadid=385830
>



Reply With Quote
  #6  
Old 07-09-2005, 01:05 PM
Earl Kiosterud
Guest
 
Posts: n/a
Re: Conditional Formatting Help

To add to Domenic's reply, it's important that the active (white) cell of
the B2:B100 selection be B2 to use his formula. It probably would be, but
it's possible it not be. I thought it's worth a mention.

--
Earl Kiosterud
www.smokeylake.com/
-------------------------------------------

"Domenic" <Domenic.1rwtqf_1120925104.4034@excelforum-nospam.com> wrote in
message news:Domenic.1rwtqf_1120925104.4034@excelforum-nospam.com...
>
> elew Wrote:
>> I am trying to use conditional formatting to highlight cells in a column
>> that are less than 150% of a value in another cell. Thanks

>
> Assuming that B2:B100 contains your data, and that D2 contains the
> value to be compare to, try the following...
>
> 1) Select B2:B100
>
> 2) Format > Conditional Formatting > Formula Is
>
> 3) Enter the following formula:
>
> =(B2<>"")*(B2<$D$2*1.5)
>
> 4) Choose your formatting
>
> 5) Click Ok
>
> Hope this helps!
>
>
> --
> Domenic
> ------------------------------------------------------------------------
> Domenic's Profile:
> http://www.excelforum.com/member.php...o&userid=10785
> View this thread: http://www.excelforum.com/showthread...hreadid=385830
>



Reply With Quote
  #7  
Old 07-09-2005, 02:05 PM
Domenic
Guest
 
Posts: n/a
Re: Conditional Formatting Help

In article <#I1WJUKhFHA.3316@TK2MSFTNGP14.phx.gbl>,
"Earl Kiosterud" <nothanks@nospam.com> wrote:

> To add to Domenic's reply, it's important that the active (white) cell of
> the B2:B100 selection be B2 to use his formula. It probably would be, but
> it's possible it not be. I thought it's worth a mention.


Thanks Earl! Good point! I assumed that B2 would be selected first,
but I suppose there may be those who would select B100 first. I'll have
to keep that in mind for the future.
Reply With Quote
  #8  
Old 07-09-2005, 04:05 PM
Earl Kiosterud
Guest
 
Posts: n/a
Re: Conditional Formatting Help

Domenic,

Yeah. I often find it handy to start at the bottom, and drag up. That way,
I don't have to worry about going too much farther than I wanted to, since
it stops when I crash into the top. Lazy people have lots of tricks. Then
I can back down to the top cell of my desired selection before I let go of
Mr. Mouse. In this case, B2 wouldn't be active, though one press of Enter
fixes that.

--
Earl Kiosterud
www.smokeylake.com/
-------------------------------------------

"Domenic" <domenic22@sympatico.ca> wrote in message
news:domenic22-AA1E20.13203909072005@msnews.microsoft.com...
> In article <#I1WJUKhFHA.3316@TK2MSFTNGP14.phx.gbl>,
> "Earl Kiosterud" <nothanks@nospam.com> wrote:
>
>> To add to Domenic's reply, it's important that the active (white) cell of
>> the B2:B100 selection be B2 to use his formula. It probably would be,
>> but
>> it's possible it not be. I thought it's worth a mention.

>
> Thanks Earl! Good point! I assumed that B2 would be selected first,
> but I suppose there may be those who would select B100 first. I'll have
> to keep that in mind for the future.



Reply With Quote
  #9  
Old 07-09-2005, 05:05 PM
David McRitchie
Guest
 
Posts: n/a
Re: Conditional Formatting Help

lazy people who know where (think they know where) they are going use the name box,
and have toolbar buttons to get to top row and last row in a column
http://www.mvps.org/dmcritchie/excel/toolbars.htm

However for Conditional Formatting you might as well select the entire column
and if you want to start in B2 you can use arrow key to have that as the activecell.
Or you can select B2 and then Ctrl+Spacebar (c for column = ctrl)
If you are just testing numbers the text cells won't show up with True anyway.

If you have Excel 2003 (and I don't) you have to learn to use Ctrl+Shift+SpaceBar
to select all cells instead of using Ctrl+A. So that you select all rows (Shift+SpaceBar)
and all columns (Ctrl+SpaceBar). This is not the same as the gray button to left of the
column letters which will change the active cell.

The important page for laziness is, never mind it's my entire site, well fillhand.htm,
and shortx2k.htm and then all the other pages.

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Earl Kiosterud" <nothanks@nospam.com> wrote in message news:%23tsrt8LhFHA.1460@tk2msftngp13.phx.gbl...
> Domenic,
>
> Yeah. I often find it handy to start at the bottom, and drag up. That way,
> I don't have to worry about going too much farther than I wanted to, since
> it stops when I crash into the top. Lazy people have lots of tricks. Then
> I can back down to the top cell of my desired selection before I let go of
> Mr. Mouse. In this case, B2 wouldn't be active, though one press of Enter
> fixes that.
>
> --
> Earl Kiosterud
> www.smokeylake.com/
> -------------------------------------------
>
> "Domenic" <domenic22@sympatico.ca> wrote in message
> news:domenic22-AA1E20.13203909072005@msnews.microsoft.com...
> > In article <#I1WJUKhFHA.3316@TK2MSFTNGP14.phx.gbl>,
> > "Earl Kiosterud" <nothanks@nospam.com> wrote:
> >
> >> To add to Domenic's reply, it's important that the active (white) cell of
> >> the B2:B100 selection be B2 to use his formula. It probably would be,
> >> but
> >> it's possible it not be. I thought it's worth a mention.

> >
> > Thanks Earl! Good point! I assumed that B2 would be selected first,
> > but I suppose there may be those who would select B100 first. I'll have
> > to keep that in mind for the future.

>
>



Reply With Quote


Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Forum Jump