palaeontology
Active Member
- Joined
- May 12, 2017
- Messages
- 444
- Office Version
- 2016
- Platform
- Windows
In the range I4:M92 I have dynamic results from various formulae, so sometimes cells will have entries, and sometimes not.
For the range I4:M92 I'd like to only highlight those row ranges that agree with 2 conditions ....
1. the row is even
2. the character length in the cell in column I is greater than zero
The image (below) shows three images from left to right ...
Left Image : shows that my attempted conditional format formula .... =AND(ISEVEN(ROW(I4:M92)),LEN($I4)>0) ... is not working as it highlights nothing, though I know the 'iseven' part of the formula is correct as it works when I only conditionally format that on its own to highlight every even row
Middle Image : shows what happens when I use the formula .... =MOD(ROW(),2)=0 ... to highlight every 2nd row ... however, it's highlighting some rows I don't ultimately want highlighted as they don't contain a result
Right image : shows what I'm ultimately wanting the conditional format to highlight .... only those rows within the range I4:M92 that meet both conditions [note: for the purpose of showing the result i need I had to use the 'mod' formula for the range I4:M44]
can anyone see why my conditional format formula .... =AND(ISEVEN(ROW(I4:M92)),LEN($I4)>0) ... is not working they way I need it to ?
Very kind regards,
Chris
For the range I4:M92 I'd like to only highlight those row ranges that agree with 2 conditions ....
1. the row is even
2. the character length in the cell in column I is greater than zero
The image (below) shows three images from left to right ...
Left Image : shows that my attempted conditional format formula .... =AND(ISEVEN(ROW(I4:M92)),LEN($I4)>0) ... is not working as it highlights nothing, though I know the 'iseven' part of the formula is correct as it works when I only conditionally format that on its own to highlight every even row
Middle Image : shows what happens when I use the formula .... =MOD(ROW(),2)=0 ... to highlight every 2nd row ... however, it's highlighting some rows I don't ultimately want highlighted as they don't contain a result
Right image : shows what I'm ultimately wanting the conditional format to highlight .... only those rows within the range I4:M92 that meet both conditions [note: for the purpose of showing the result i need I had to use the 'mod' formula for the range I4:M44]
can anyone see why my conditional format formula .... =AND(ISEVEN(ROW(I4:M92)),LEN($I4)>0) ... is not working they way I need it to ?
Very kind regards,
Chris