I want conditional formatting with color scale to easily highlight values from lowest to highest within a row. However, I have many rows.If I go for range A1:X50, the formatting will only be based on the entire range, and not per row. But it seems really exhaustive to have to write A1:X1, A2:X2, A3:X3 etc. It beats creating individual rules per row, but it ends up being a very long string for something I would assume has some shortcuts with asterisk or similar? Tried and failed a bit with tests like (A1:X1)*(A50:X50), and so on... but no luck. What am I missing?
↧