Forum Discussion

stoteac's avatar
stoteac
Copper Contributor
Apr 18, 2024

excel formula doesn't work in conditional format

Hello all,

 

I am a little stunned. I created a formula with an and link, which works fine within a cell.

But it doesn't work within the conditional format. If I try each part of the and link, each for its own works. 

Please let me know where I messed up. Thanks.

 

works in cell & conditional format

=INDIRECT("$B$"&ROW())<>""

works in cell & conditional format

=MOD(ROW()/5;1)=0

works in cell, but not in conditional format

=AND(MOD(ROW()/5;1)=0;INDIRECT("$B$"&ROW())<>"")

 

Resources