Hi all!
I cannot seem to get my IF AND statement to work and would sincerely appreciate some guidance!
I am attempting to alter/update a cell on one sheet that acts as a matrix for employee training which is based upon information from a reference sheet. Essentially, a row in the reference sheet is populated every time a training session has been completed, when this occurs I want the IF function to recognize what training occurred, whom it occurred for to then update the matrix accordingly.
Below is a visual example of what I want to reference in the initial sheet that will then update the matrix to the corresponding skill.
For example, for the 'Picking' Skill for Employee Bob, the current function I have is =IF(AND([Employee Name]:[Employee Name] = "Bob", [Skill Trained]:[Skill Trained] = "Picking", [Date Training Completed]:[Date Training Completed] = <>""), "Completed", "Not Started")
Would what I am trying to do be something that would function better utilizing an IF and VLOOKUP function?
Thank you!