Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Conditional formatting in Google sheets to indicate overages

$
0
0

To help identify issues faster I am trying to add conditional formatting for column Z to turn red if the amount in that column is greater than the amount in the columns AA or AB and only if column AA or AB is not 0.

I tried the following after putting “Z2:Z” for the Apply to range and “Custom formula is” for the Format rules:

=OR(Z2>AA2, Z2>AB2)

Also, I am starting from row 2 as row 1 contains the headers.

But I can not figure out how to specify the not 0 part for both column AA and AB.

This feels like it should be a pretty basic formula but I am bit rusty on my functions/statements.


Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>