excel - If a2 is not empty, color empty cells in b2:af2 -


would ple me below formula request in excel?

if a2 not empty, make empty cells red color in b2:af2, , apply rule a2:af5000

create cfr base upon following formula.

=and(len($a2), not(len(b2))) 

enter image description here


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -