1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Why is my Custom Conditional Formatting not working?

Our take

If your custom conditional formatting isn’t working as expected, it can be frustrating, especially when you’re trying to highlight specific data in your spreadsheet. In your case, the formula you used, =AND($E2=3, $F2=2), is correct for identifying houses with 3 bedrooms and 2 bathrooms. However, issues might arise from how the formatting is applied or the range selected. Ensure that you've applied the formatting to the correct cells and double-check for any inconsistencies in your data that could affect the results. Let's troubleshoot this together.

So I am trying to highlight green a spreadsheet of House information. I want all houses that have 3 bedrooms and 2 bathrooms to be highlighted green. The bedroom data starts from E2 and the bathroom data starts from F2

So I have used this exact formula =AND($E2=3, $F2=2) and selected the cells that return this data to be highlighted green with bold text. But when I click okay on the custom conditional formatting rule nothing happens. Nothing is highlighted green although I clearly see houses that meet my ‘highlight green’ criteria on the spreadsheet.

Please help me out, what do I do?

submitted by /u/bucks800
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles