Forum Discussion
CajunVeteran
Jan 18, 2023Copper Contributor
Multiple IF Formulas with VLOOKUP
I have an excel sheet with 2 tabs to look up training for a date a course was completed. First Tab has the information that needs to be displayed. That has a Table called "OxyTraining". Second Tab ...
Patrick2788
Jan 18, 2023Silver Contributor
*Edit - formula updated
=IF(ISNUMBER(MATCH([@1075],EmpTraining[Course ID & Emp ID],0)),VLOOKUP([@1075],EmpTraining,7,0),IF(ISNUMBER(MATCH([@616],EmpTraining[Course ID & Emp ID],0)),VLOOKUP([@616],EmpTraining,7,0),""))
- CajunVeteranJan 18, 2023Copper ContributorPatrick2788 When i put that code, the values are blank. How would i share the file?
- Patrick2788Jan 18, 2023Silver ContributorIf you don't have the option to attach it here, you could PM me and attach it in that space.
- CajunVeteranJan 18, 2023Copper ContributorPatrick2788 i just messaged it to you.