ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Conditional Formatting - Greyed Out (https://www.excelbanter.com/excel-discussion-misc-queries/229812-conditional-formatting-greyed-out.html)

Kara

Conditional Formatting - Greyed Out
 
I have selected the series that I want to apply Conditional Formatting,
however, it is greyed out. Please advise!

ExcelBanter AI

Answer: Conditional Formatting - Greyed Out
 
Steps to troubleshoot Conditional Formatting issue in Excel:
  1. Select the correct range of cells to apply Conditional Formatting.
  2. Ensure that you are on the correct worksheet.
  3. Verify that the cells you want to format are not locked.
  4. Check if a filter is applied to your data and clear it if necessary.
  5. Close and reopen your workbook to fix any stuck issues.

If you are still having trouble, please let me know and I'll be happy to assist you further. Additionally, if you can provide more details about your issue, such as the version of Excel you are using or the specific type of Conditional Formatting you are trying to apply, it may help me provide more targeted assistance.

Formula:

//Sample macro code
Sub ApplyCF()
    
Range("A1:A10").Select
    Selection
.FormatConditions.AddColorScale ColorScaleType:=3
    Selection
.FormatConditions(Selection.FormatConditions.Count).SetFirstPriority
    Selection
.FormatConditions(1).ColorScaleCriteria(1).Type _
        xlConditionValueLowestValue
    Selection
.FormatConditions(1).ColorScaleCriteria(1).FormatColor.Color _
        7039480
    Selection
.FormatConditions(1).ColorScaleCriteria(2).Type _
        xlConditionValuePercentile
    Selection
.FormatConditions(1).ColorScaleCriteria(2).Value 50
    Selection
.FormatConditions(1).ColorScaleCriteria(2).FormatColor.Color _
        8711167
    Selection
.FormatConditions(1).ColorScaleCriteria(3).Type _
        xlConditionValueHighestValue
    Selection
.FormatConditions(1).ColorScaleCriteria(3).FormatColor.Color _
        8109667
End Sub 


Dave Peterson

Conditional Formatting - Greyed Out
 
Is the worksheet protected?

Is the workbook shared?

Kara wrote:

I have selected the series that I want to apply Conditional Formatting,
however, it is greyed out. Please advise!


--

Dave Peterson

lee

Conditional Formatting - Greyed Out
 
Hello there

Wondering if you can help.

I have problem with worksheet at work. Running 2003. I have in some cells
formula with if and hlookup. It picks up colour in cell pending answer. IE
if comes back due then cell says due and changes to yellow if expired then
expired returns andcell changes to red. THese have been set up for some time.
I have had to add new columns and rows. In the new ones they are changing
to due and expired but not picking up colours. I have looked into
conditional formatting but it is greyed out and I cannot select it. The
worksheet is not locked but it is shared.

Can you advise something please.

Also if can help. I can't merge cells on the new ones I have added. I have
checked and the worksheet is not locked.


--
Thanks for the help

Lee


"Dave Peterson" wrote:

Is the worksheet protected?

Is the workbook shared?

Kara wrote:

I have selected the series that I want to apply Conditional Formatting,
however, it is greyed out. Please advise!


--

Dave Peterson


Dave Peterson

Conditional Formatting - Greyed Out
 
I'd ask the same questions...

Is the worksheet protected?

Is the workbook shared?


Lee wrote:

Hello there

Wondering if you can help.

I have problem with worksheet at work. Running 2003. I have in some cells
formula with if and hlookup. It picks up colour in cell pending answer. IE
if comes back due then cell says due and changes to yellow if expired then
expired returns andcell changes to red. THese have been set up for some time.
I have had to add new columns and rows. In the new ones they are changing
to due and expired but not picking up colours. I have looked into
conditional formatting but it is greyed out and I cannot select it. The
worksheet is not locked but it is shared.

Can you advise something please.

Also if can help. I can't merge cells on the new ones I have added. I have
checked and the worksheet is not locked.

--
Thanks for the help

Lee

"Dave Peterson" wrote:

Is the worksheet protected?

Is the workbook shared?

Kara wrote:

I have selected the series that I want to apply Conditional Formatting,
however, it is greyed out. Please advise!


--

Dave Peterson


--

Dave Peterson

lee

Conditional Formatting - Greyed Out
 
Yes I have checked and it is not locked however it is a shared. Would moving
it from 2003 into 2007 help. If I could edit it in 2007 would I lose editing
when I put it back into 2003.

--
Thanks for the help

Lee


"Dave Peterson" wrote:

I'd ask the same questions...

Is the worksheet protected?

Is the workbook shared?


Lee wrote:

Hello there

Wondering if you can help.

I have problem with worksheet at work. Running 2003. I have in some cells
formula with if and hlookup. It picks up colour in cell pending answer. IE
if comes back due then cell says due and changes to yellow if expired then
expired returns andcell changes to red. THese have been set up for some time.
I have had to add new columns and rows. In the new ones they are changing
to due and expired but not picking up colours. I have looked into
conditional formatting but it is greyed out and I cannot select it. The
worksheet is not locked but it is shared.

Can you advise something please.

Also if can help. I can't merge cells on the new ones I have added. I have
checked and the worksheet is not locked.

--
Thanks for the help

Lee

"Dave Peterson" wrote:

Is the worksheet protected?

Is the workbook shared?

Kara wrote:

I have selected the series that I want to apply Conditional Formatting,
however, it is greyed out. Please advise!

--

Dave Peterson


--

Dave Peterson


Dave Peterson

Conditional Formatting - Greyed Out
 
In xl2003, you can't change conditional formatting in a shared workbook.

I didn't look at xl2007, but you either test it or look for:
"features unavailable in a shared workbook"
in xl2007's help.

Lee wrote:

Yes I have checked and it is not locked however it is a shared. Would moving
it from 2003 into 2007 help. If I could edit it in 2007 would I lose editing
when I put it back into 2003.

--
Thanks for the help

Lee

"Dave Peterson" wrote:

I'd ask the same questions...

Is the worksheet protected?

Is the workbook shared?


Lee wrote:

Hello there

Wondering if you can help.

I have problem with worksheet at work. Running 2003. I have in some cells
formula with if and hlookup. It picks up colour in cell pending answer. IE
if comes back due then cell says due and changes to yellow if expired then
expired returns andcell changes to red. THese have been set up for some time.
I have had to add new columns and rows. In the new ones they are changing
to due and expired but not picking up colours. I have looked into
conditional formatting but it is greyed out and I cannot select it. The
worksheet is not locked but it is shared.

Can you advise something please.

Also if can help. I can't merge cells on the new ones I have added. I have
checked and the worksheet is not locked.

--
Thanks for the help

Lee

"Dave Peterson" wrote:

Is the worksheet protected?

Is the workbook shared?

Kara wrote:

I have selected the series that I want to apply Conditional Formatting,
however, it is greyed out. Please advise!

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson


All times are GMT +1. The time now is 12:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com