Share via

Using a cell colour as a flag...

Anonymous
2017-02-23T09:14:20+00:00

Hi All,

I am trying to flag a cell in Column A, by turning it Red when the Cell in the corresponding C cell is blank (They may be a formula in the corresponding C cell if this makes a difference). 

Thanks

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2017-02-23T11:15:07+00:00

Hi,

You do it exactly as I explained. If you first select A1 then drag to select the cells in column A and you use the formula I gave you:-

=len(c1)=0

Excel will apply the conditional formatting to the other cells automatically and adjust the formula for the different rows.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2017-02-23T11:19:13+00:00

    Thanks Mike,

    Worked on the 2nd attempt!

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2017-02-23T10:11:03+00:00

    Thanks Mike, 

    I've managed to do it by selecting an individual cell so in the example below by selecting cell A1, and putting in the formula

    =LEN(C1)=0 

    it turns cell A1 red if C1 is blank. 

    When however I highlight a column as suggested what do I need to type within the brackets? I've tried A1:A150 but this turns all the A cells red, instead of only turning them red when the corresponding C cell is blank. 

    I could do this on an individual basis but this means doing it over 150 times. I just wondered if there was a quicker solution (perhaps using an IF command?

    Something like

    =IF(A1=BLANK,LEN(A1)=0,0)    ??

    I assume if a column was selected the formula would then translate through A2, A3 etc....

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2017-02-23T09:31:47+00:00

    Hi,

    Select A1 then drag to select as many cells in column A as you need then:-

    Home tab

    Conditional formatting

    New rule

    use a formula to decide which cells to format and enter this formula

    =LEN(C1)=0

    click the format button

    Fill tab

    select RED and ok out and you're done.

    Was this answer helpful?

    0 comments No comments