Hi,
I have a master spreadsheet that needs to pull information from a report (SHE Mand Courses 25Jul14)
I have an employee list with columns for various courses in my master sheet.
I have a report from which I want to pull the end date when the course was completed and otherwise the cells must stay blank.
The identifiers are:
When I simply asked it to return yes or no to see who completed their courses it worked fine, but I need it to return the end date in column F on the source sheet for that course in that row with that employee id, and I don't know how to do it.
The below formula returns one date for every course someone has completed.
It goes into vlookup and finds all the courses for one person and only uses the date it finds in the most bottom row of that employee. It does not in the vlookup stay in the row mentioned in the criteria range 2 and criteria 2 only). I don't know how to add criteria range 2 and criteria 2 and criteria range 3 and criteria 3 into a vlookup / index function to return the date of the associated course only, so I have the correct date for each course.
I think this would require an index function but have never written one before, and in order for it to work in the added criteria the range will need to be expanded to E$3:M$2000 probably too.
=IF(COUNTIFS('SHE Mand Courses 25Jul14'!$E$3:$E$2000,H13,'SHE Mand Courses 25Jul14'!$D$3:$D$2000,K$10,'SHE Mand Courses 25Jul14'!$M$3:$M$2000,">0")=1,VLOOKUP(H13,'SHE Mand Courses 25Jul14'!E$3:F$2000,2),"")
Any advice is greatly appreciated.
Regards,
Ulli
I have a master spreadsheet that needs to pull information from a report (SHE Mand Courses 25Jul14)
I have an employee list with columns for various courses in my master sheet.
I have a report from which I want to pull the end date when the course was completed and otherwise the cells must stay blank.
The identifiers are:
- employee id number (column H on master sheet and column E on report source) and
- The course name (for every course there is an extra row on the report source sheet in column D). On the master sheet the course names are at the top of columns K to O in row 10.
- The score against it, which is the proof that the course was completeed (column M on the report source sheet)
When I simply asked it to return yes or no to see who completed their courses it worked fine, but I need it to return the end date in column F on the source sheet for that course in that row with that employee id, and I don't know how to do it.
The below formula returns one date for every course someone has completed.
It goes into vlookup and finds all the courses for one person and only uses the date it finds in the most bottom row of that employee. It does not in the vlookup stay in the row mentioned in the criteria range 2 and criteria 2 only). I don't know how to add criteria range 2 and criteria 2 and criteria range 3 and criteria 3 into a vlookup / index function to return the date of the associated course only, so I have the correct date for each course.
I think this would require an index function but have never written one before, and in order for it to work in the added criteria the range will need to be expanded to E$3:M$2000 probably too.
=IF(COUNTIFS('SHE Mand Courses 25Jul14'!$E$3:$E$2000,H13,'SHE Mand Courses 25Jul14'!$D$3:$D$2000,K$10,'SHE Mand Courses 25Jul14'!$M$3:$M$2000,">0")=1,VLOOKUP(H13,'SHE Mand Courses 25Jul14'!E$3:F$2000,2),"")
Any advice is greatly appreciated.
Regards,
Ulli