coloradoprincess78
New Member
- Joined
- Oct 31, 2016
- Messages
- 14
There is something simple that I am missing here, but can't take any more time googling it
Applied conditional formatting to Column I to change font color to white when Adjacent Cell in Column H has no value. H contains a formula.
Conditional formatting formula is =$H2=" "
Here is what it is doing, and it sort of works - for some reason on my screen I16 is white. And will not turn to black until i have something in H17 - which is slightly counterproductive.
Excel 2010
<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FF0000]#FF0000[/URL] , align: center"]State Abbreviation[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FF0000]#FF0000[/URL] , align: center"]Number[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]AZ[/TD]
[TD="align: center"]0100[/TD]
[TD="align: center"]11[/TD]
[TD="align: center"]CA[/TD]
[TD="align: center"]0101[/TD]
[TD="align: center"]12[/TD]
[TD="align: center"]CA[/TD]
[TD="align: center"]0102[/TD]
[TD="align: center"]13[/TD]
[TD="align: center"]AZ[/TD]
[TD="align: center"]0102[/TD]
[TD="align: center"]14[/TD]
[TD="align: center"]AZ[/TD]
[TD="align: center"]0103[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]ND[/TD]
[TD="align: center"]0100[/TD]
[TD="align: center"]16[/TD]
[TD="align: center"]TX[/TD]
[TD="align: center"][/TD]
</tbody>
Applied conditional formatting to Column I to change font color to white when Adjacent Cell in Column H has no value. H contains a formula.
Conditional formatting formula is =$H2=" "
Here is what it is doing, and it sort of works - for some reason on my screen I16 is white. And will not turn to black until i have something in H17 - which is slightly counterproductive.
Excel 2010
H | I | |
---|---|---|
<colgroup><col style="width: 25pxpx"><col><col></colgroup><thead>
</thead><tbody>
[TD="align: center"]1[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FF0000]#FF0000[/URL] , align: center"]State Abbreviation[/TD]
[TD="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=FF0000]#FF0000[/URL] , align: center"]Number[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]AZ[/TD]
[TD="align: center"]0100[/TD]
[TD="align: center"]11[/TD]
[TD="align: center"]CA[/TD]
[TD="align: center"]0101[/TD]
[TD="align: center"]12[/TD]
[TD="align: center"]CA[/TD]
[TD="align: center"]0102[/TD]
[TD="align: center"]13[/TD]
[TD="align: center"]AZ[/TD]
[TD="align: center"]0102[/TD]
[TD="align: center"]14[/TD]
[TD="align: center"]AZ[/TD]
[TD="align: center"]0103[/TD]
[TD="align: center"]15[/TD]
[TD="align: center"]ND[/TD]
[TD="align: center"]0100[/TD]
[TD="align: center"]16[/TD]
[TD="align: center"]TX[/TD]
[TD="align: center"][/TD]
</tbody>
Site Numbering
Any suggestions are greatly appreciated, I've tried 10+ different formulas already , but this is one is the close as I can get it. Thanks in advance!