Conditional formatting based on formula Excel -


i trying create rule conditional formatting highlights column yellow if header of table contains same value contained in cell a1, says formula has error. have ideas?

here formula:

 =cell("col", indirect(address(row(), column()))) = (match($a$1,table1[#headers],0)+2) 

edit: formula works when put cell, not when put 'new rule' section of conditional formatting.

create conditional rule applying relevant column (say g header in $g$1) following rule:

=and(g1<>"",$a$1=$g$1) 

i don't think can reference header table structured reference used why hardcoded range. regards,


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -