In excel, cannot figure out why background color for a cell will not change?

8

2

Ok, so I inherited an excel workbook full of excel forms to modify. I am not the original author of the form. I cannot for the life of me figure out why it wont let me change the background color of certain cells.

The form has the cells colored where user input is required. I simply want to change this background color. I am using Excel 2007 on Windows XP, but this form was orginally created with an older version of excel.

Steps taken so far:

  • Worksheet is unlocked
  • Workbook is unlocked
  • cell is unlocked
  • any attempts to change the background color from (right click 'format cells' and ribbon controls). It looks like it changes it in the settings, but you say ok and it doesn't apply.
  • No VB code that affects the color of cells
  • Cannot not see any data validation that would even affect a cell color. (Maybe I am missing something?)

I do notice that once input is put the cell, the color of the cell will change to white. Is thier some data validation that can change cell color once content is inputed?

Any ideas?

Troggy

Posted 2009-09-29T21:38:20.413

Reputation: 10 191

Answers

14

Did you check for conditional formatting? It is harder to change.

Not sure where it is at in Excel 2007, but the mac version has it under:

Format => Conditional Formatting

Update: From the comments we have a way for Excel 2007:

Ah ha! I found a condition string for that cell. The condition formatting option is under the "Home" tab of the ribbon, not in data or formulas. – Troggy

Jack M.

Posted 2009-09-29T21:38:20.413

Reputation: 3 133

Ah ha! I found a condition string for that cell. The condition formatting option is under the "Home" tab of the ribbon, not in data or formulas. Thank you. – Troggy – 2009-09-29T22:09:09.557

1

ctrl +A to bring forward the "clear format options" icon (as shown in the image below) by double-clicking on format painter after selecting the whole sheet.

enter image description here

Rasheed Noor Pk

Posted 2009-09-29T21:38:20.413

Reputation: 11

0

To work around this problem, turn off the high-contrast Accessibility Options. To do this:

  1. Click Start
  2. Click Control Panel.
  3. Click Accessibility Options.
  4. On the Display tab, click to clear the Use High Contrast check box.
  5. Click OK to close the Accessibility Options dialog box.

My Excel now lets me fill cells at will.

Note: Because there are several versions of Microsoft Windows, these steps may be different on your computer.

user735217

Posted 2009-09-29T21:38:20.413

Reputation: 1

0

Here is a simple solution:

Select the cell, and just do Ctrl + \ (Clear Formatting)

or , you can select the cell , go to Format in the top menu, and then select Clear Formatting.

Thanks

Neha Mogla

Posted 2009-09-29T21:38:20.413

Reputation: 1

Welcome to Super User! Clear Formatting is suggested in another answer, can you suggest anything else?

– bertieb – 2018-06-04T11:35:02.760