excel - Conditional Formatting using dates and weekends -


i have data in spreadsheet this

name  | 9/1/2016 | 9/2/2016 | .... | 6/8/2017 abe   |          |          |      | jonas |          |          |      |  

i want highlight every column date either weekend or user defined date (for instance, holiday....does excel know federal holidays?).

the conditional format have is: applies =$b$2:$ki$62

format values following formula true

#1 =weekday($b$1:$ki$1,1)=1  #2 =weekday($b$1:$ki$1,1)=7 

yet nothing shows up. @ best i've been able make bottom row show through playing function. why?

with name in a1, select b2 extents of data , use following create conditional formatting rule.

=workday(b$1-1, 1, $l$2:$l$4)<>b$1 

enter image description here


Comments

Popular posts from this blog

php - Auto increment employee ID -

php - isset function not working properly -

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