Very close Joe. Thanks! It was probably me not being clear enough in my ask...
C4 will ALWAYS be populated. D4-J4 need to turn red or green depending on if they are less than C4(red) or greater than or equal to c4(green). The way your formula is now, for some reason, D4 has to be poplulated before E4 wil work correctly and so on
AgreedVery close Joe. Thanks! It was probably me not being clear enough in my ask...
C4 will ALWAYS be populated. D4-J4 need to turn red or green depending on if they are less than C4(red) or greater than or equal to c4(green). The way your formula is now, for some reason, D4 has to be poplulated before E4 wil work correctly and so on
=AND(NOT(ISBLANK(D$4)),D$4>=$C$4)