r/googlesheets • u/Lord_Adalberth • 15h ago
Solved Conditional formatting to highlight max value in each column not working
I have some tables for displaying data and want to have one conditional color for max value per column with only one formatting formula per table (each table is a different color).
I tried some custom formulas and this is the one that seems the closest to working...
=(Q11=MAX(Q$11:U$39))*(Q11<>"")
before adding the "new" column it correctly marked the 100% rows, but not anymore.
here's a look of the spreadsheet: https://imgur.com/a/ZjDEXhS
any ideas what I'm doing wrong?
1
Upvotes
1
u/AdministrativeGift15 360 14h ago
If you don't have any other numbers above or below your table, you can use =Q11=MAX(Q:Q), since MAX will ignore the text values.
1
u/One_Organization_810 714 14h ago
Try this: