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

Google Sheets Combining Is Between and AND operator Conditional Formatting

$
0
0

my programming knowledge is not great and I need some help. I am trying to get conditional formatting to highlight any cell in a column that contains values between 13-16 AND in a different column (same row) contains values between 32-34. So, for example, if a cell in column U had "14" and in that row in column W had a "33" it would highlight the "14" cell.

After spending a ton of time researching, this is as far as I've gotten:

=ArrayFormula(if(and(U1:U), ISBETWEEN(U1:U,13,16), ISBETWEEN (W1:W, 32, 34)))

My problem is that it highlights the cell in U but seems to be ignoring the upper limit of 16. So, it will correctly identify what I want it to, but it's also highlighting other things - like a U cell with a value of "18" with a W within the correct range.

I am at a total loss, so thank you for your help.


Viewing all articles
Browse latest Browse all 9782

Trending Articles



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