• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Week-Off Days name

jsmithjames03

New Member
Hi,
Please help me to solve the issue. I have an employee's weekly roster, and I need a simple report to find the week-off day based on the employee name.
 

Attachments

  • EMP Roster.xlsx
    9.7 KB · Views: 10
Clear cells B15:C17, then in cell B15:
Code:
=FILTER($B$2:$F$2,INDEX($B$3:$F$5,MATCH(A15,$A$3:$A$5,0),)="WO","None")
and copy down.
 
Back
Top