• 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.

vlookup multiple values need assistance

Killerking

New Member
Hi I need help with this
on the sheet2 have a start date and end date employee name and leave type
on sheet1 I have dates in coulomb b3 to af3 and employee name in a3 I need to lookup the leave type for that specific date
on sheet3 I have the days that the employee was Present

I got this far I need Help FX=IF(AND(VLOOKUP($A$2,Sheet3!$A:$C,3,0)="Present",IFNA(VLOOKUP(Sheet1!C$1,Sheet3!$B:$C,2,0),FALSE)="Present"),"Present","HELP")
 

Attachments

  • Help.xlsb
    12.4 KB · Views: 10
Last edited:
Back
Top