hello - new here, and self taught excel tinkerer
i've figured out few problems by copy/paste and modifying what others have done but can't seem to figure this one out.
i have two sheets
sheet 1 - rows of dates and columns of names for shifts
sheet 2 - rows of dates and columns of names and shifts called "off" - which is essentially a vacation sign off list i download
so i'm trying to make the cell highlight if there is a match on a particular date - it would indicate both assigned and off, which would be a problem!
i was thinking countifs - match the date, and then match the names, >0 would color... otherwise ignore... can't seem to express that into excel though
and then i figured index the dates, match dates, and match names... not too fluent there either
=INDEX(B2:B100,MATCH(offs!C3:C100,offs!B3:B100))
doesn't work, and i tried countifs
=COUNTIFS(offs!$C$2:$C$100,B2,offs!$B$2:$B$100,E2)
but i need it to apply to the whole worksheet
actually, i got it to work!
just had to write it out i guess
Bookmarks