I struggle to apply my desired formatting to a spread sheet. A small example can be found here.
I have many rows of numbers, and I want to conditionally format each row by the same format, but each row independently. But when I fill down the first row, the conditional format's range gets expanded to the whole range, and the colors are not row-based anymore.
How can I row-based conditionally format my rows and upscale this to a few hundred rows?
Manually entering is not an option.
(Paste special-> conditional formatting only will result in the same as the fill down.)
With Manually entering is not an option. something like GAS seems your only choice, despite Q not being tagged that way (and [conditional-formatting] does not apply to Google Sheets).
For others with a similar requirement but less restrictive for choice, the result can be achieved with selecting the desired range (F4 to J28 in the example sheet) and a simple rule for each of five colours, of the style:
=F4=large($F4:$J4,1)
but with the second parameter increased by 1
for each successive rule.
At the limits of each row even simpler:
=F4=min($F4:$J4)
and
=F4=max($F4:$J4)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With