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

Conditional formatting based on checkboxes in 2 other cells

Our take

Are you struggling to apply conditional formatting in your spreadsheet when using checkboxes? Transitioning from blank cells to checkboxes can transform how your data is visually represented, but it comes with its own set of challenges. To highlight rows based on the status of checkboxes in columns G and H, you need precise formulas to avoid defaulting to green, which occurs when checkboxes are checked. Discover how to effectively implement these formulas for accurate color coding, ensuring your table communicates the intended status clearly.

I currently have conditional formatting programmed in column C based on if Column G and H are blank or not in 3 scenarios. The sheet is setup as a table. I'm trying to apply the formatting to the whole table.

Highlight red if both blank: =AND(ISBLANK(G4), ISBLANK(H4))

Highlight yellow if one blank: =OR(ISBLANK(G4), ISBLANK(H4))

Highlight green if neither blank: =AND(NOT(ISBLANK(G4)), NOT(ISBLANK(H4)))

I would like to put checkboxes in those cells instead of blank vs "ok". But putting checkboxes makes everything green since they aren't blank.

I tried different variations of =AND(=G4=FALSE, =H4=FALSE) for red, but it gave an error and I couldn't save it.

submitted by /u/travel-always
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles

Tagged with

#Excel alternatives for data analysis#rows.com#cloud-based spreadsheet applications#natural language processing for spreadsheets#generative AI for data analysis#Excel compatibility#conditional formatting#checkboxes#blank#ISBLANK#table#highlight red#highlight yellow#highlight green#G4#H4#AND#OR#NOT#blank vs 'ok'
Conditional formatting based on checkboxes in 2 other cells | Beyond Market Intelligence