Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
So what I originally had was some conditional formatting for tracking progress. An X made the cell turn green, an O made the cell turn blue.
The issues was the formula I used to populate those cells (vlookup) causes many #N/A cells. I wanted to hide these because they clutter up the space. I found if you use an IF statement you can hide contents of the cell =IF(ISNA(formula)),"",formula) Now the issue is my conditional formatting won't work. The cells that should have Xs and Os do but they aren't changing color. Anyone with some sage advice for me? An alternate way to hide NA cells or to get formatting to work again? My full formula is this =IF(ISNA(vlookup($B4,'Job Database'!$A:$F,4,false)),"",vlookup($B4,'Job Database'!$A:$F,4,false)) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
So what I originally had was some conditional formatting for tracking
progress. An X made the cell turn green, an O made the cell turn blue. The issues was the formula I used to populate those cells (vlookup) causes many #N/A cells. I wanted to hide these because they clutter up the space. I found if you use an IF statement you can hide contents of the cell =IF(ISNA(formula)),"",formula) Now the issue is my conditional formatting won't work. The cells that should have Xs and Os do but they aren't changing color. Anyone with some sage advice for me? An alternate way to hide NA cells or to get formatting to work again? My full formula is this =IF(ISNA(vlookup($B4,'Job Database'!$A:$F,4,false)),"",vlookup($B4,'Job Database'!$A:$F,4,false)) Try a 3rd CF Formula: =ISERROR(A1) or whatever the cell address is, then format the font color to match the cell fill color! -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional formatting with IF statements | Excel Discussion (Misc queries) | |||
If Statements??/Conditional formatting from drop-down multiple she | Excel Worksheet Functions | |||
Conditional statements | Excel Worksheet Functions | |||
Conditional formatting combined with multiple IF statements | Excel Worksheet Functions | |||
Nesting IF statements, Conditional Formatting | Excel Discussion (Misc queries) |