Conditional coloring in excel/pivot -
hi,
i trying set sheet, analyze , compare data within' pivot table (on left) data extracted manually data source (on right). assume table on right portfolio, , table on left stat overview of possible positions. column "s" given as:
=if(isna(match(o7,$b$7:$b$119,0)),"", "misa")
which lets me know if position on list on left, , column "a" given as:
=if(isna(match(b8,$o$4:$o$19,0)),"","1")
which lets me know whether asset within list held in portfolio.
so inquiry now, list on left have row colored, whenever asset held in portfolio, whenever there "1" in column "a", particular row should colored. have naturally played around conditional formatting, cant seem work. dont know if due fact pivot table vs. function in column "a"???
thanks, psb
please make sure range does't have '$'before range column , row numbers. '$' refers static values. in below screen, '$a4' indicates static column , dynamic row number. area on rule has applied dynamic, refers 'b4:g23' cells, whenever a4 =1 'b4:g4' highlight. a5=1 b5:g5...
ps:please note didn't apply rule on pivot table on normal range. same thing should hold pivot table also.



Comments
Post a Comment