conditioning a conditional formatt

excelforrockets

New Member
Joined
Aug 25, 2002
Messages
32
I have a conditional format set up such that if certain threshold is breached the number (in this case percentage) is flagged. My issue is that at times I don't need some of these flagged due to the number that the percentage is based on being miniscule relative to what I want to look at. That is I only want to look at percentage breaches that are based on a number over $100k. I have a feeling I need to use the "formula is" instead of "cell value is". Any pointers.
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
i think you can use the AND function in your formatting

Formula is

=AND(A1>100,000,A1/B1>yourpercent)
Where B1 is your base value.

If you post your Data, I might be able to be more specific

HTH
 
Upvote 0
Just below this post you will see a reference to "Colo's cool utility"... that's what you are looking for to post example spreadsheet data.
 
Upvote 0

Forum statistics

Threads
1,214,798
Messages
6,121,635
Members
449,043
Latest member
farhansadik

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top