Share via

Conditional Formatting Based on Formula & Cell Value?

Anonymous
2016-11-03T01:58:40+00:00

I have a spreadsheet with point values in the odd rows.  I would like to highlight (bold red or something like that) any zeros that are in the odd rows of my spreadsheet.

I know how to format the ever odd row in its entirety and I know how to Conditionally Format a cell that contains a zero.

Is there a way to conditionally format cells in odd rows that contain a zero?

Thanks,

J

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

3 answers

Sort by: Most helpful
  1. Anonymous
    2016-11-03T06:05:58+00:00

    Can you share the screen-shot of the CF formula that you used for cell C1.

    I have a feeling that you would have not removed the $ in that formula and hence

    when you apply that CF to other range, it does not work.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-11-03T04:18:40+00:00

    Thanks for your suggestion.  

    I formatted C1 with the rule you suggest (it makes sense to me).

    However, when I apply it to a range of cells, none of them turn red (the value of C1 was not 0).

    It seems like the formula is checking the value of C1 and not the current cell.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-11-03T03:30:02+00:00

    Pls try      =AND(C1=0,ISODD(ROW()))      as a formula for Conditional Formatting.

    The above formula is applied in column-C (pls see pic below).

    Hope this is Helpful.

    Was this answer helpful?

    0 comments No comments