Conditional formatting transparent color

dumitrudan608

New Member
Joined
Dec 7, 2010
Messages
19
Hi,

Is there a way to use a transparent conditional formatting to put a "shade" over cells with true? The result i'm looking for is let's say a cell has already been manually highlighted with a specific color, if the conditional formatting is true, than a color with transparency will be shown over it, so as the initial color would also be visible.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Re: Excel question: Conditional formatting transparent color

You could check if the cell has a background fill & if it does then not the CF will ignore that cell. Would that work?
 
Upvote 0
Re: Excel question: Conditional formatting transparent color

You could check if the cell has a background fill & if it does then not the CF will ignore that cell. Would that work?
Wel that is my problem, i have not found an Excel formula that can return true if cell has a background fill. Can you help me there?
 
Upvote 0
Re: Excel question: Conditional formatting transparent color

On the formula tab select Name Manger > New > give it a name (I've used IsColoured) > in the refers to box put
=GET.CELL(63,INDIRECT("rc",FALSE))
then Ok > close
Then with your Cf formula use
=AND(IsColoured=0,your existing formula here)
 
Upvote 0
Re: Excel question: Conditional formatting transparent color

You're welcome & thanks for the feedback
 
Upvote 0
Re: Excel question: Conditional formatting transparent color

You could also just apply a pattern using CF so that you can see that CF applies while still seeing the fill colour.
 
Upvote 0
Re: Excel question: Conditional formatting transparent color

@RoryA i tried the patterns, but they are intrusive and make the text barely readable. If the dots were much more fine it would result in transparency and that would be perfect.
 
Upvote 0

Forum statistics

Threads
1,213,538
Messages
6,114,218
Members
448,554
Latest member
Gleisner2

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