Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
KCi
 
Posts: n/a
Default More Conditional Formatting

Hi I need to use one condition to judge whether or not a cell is 90-95% of
target or 100-105% of target. The other two conditions will be used, so i
need to get this into one condition.
Any help would be great.
Thanks
  #2   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

KCi,

Use "Formula is."

=OR(AND(A2=Target*90%, A2 <= Target*95%),AND(A2=Target*100%,
A2<=Target*105%))

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"KCi" wrote in message
...
Hi I need to use one condition to judge whether or not a cell is 90-95% of
target or 100-105% of target. The other two conditions will be used, so i
need to get this into one condition.
Any help would be great.
Thanks



  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

With the Target in $a$1:
and the value to be checked in A2:

=OR(AND(A2/$A$1=0.9,A2/$A$1<=0.95),AND(A2/$A$1=1,A2/$A$1<=1.05))

(I'm not sure if you want the "or equal to" portion of the inequalities.)



KCi wrote:

Hi I need to use one condition to judge whether or not a cell is 90-95% of
target or 100-105% of target. The other two conditions will be used, so i
need to get this into one condition.
Any help would be great.
Thanks


--

Dave Peterson
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
Losing conditional formatting when saving Eric FD Excel Discussion (Misc queries) 3 January 18th 05 11:42 PM
Formula Dependant Conditional Formatting LDanix Excel Discussion (Misc queries) 1 January 13th 05 06:50 PM
Copy conditional formatting across multiple rows? Gil Excel Discussion (Misc queries) 1 January 11th 05 11:27 AM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


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

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"