Hi all,
I am tearing my hair (what little I have left) out with this one.
I have a spreadsheet ("Professional Training MASTER") which contains historical training instances for a number of trainings.
We would like to reference this data in another spreadsheet via VLOOKUP but I cannot figure out how to do what I need it to!
The relevant course titles are as follows:
IGF Code Basic
IGF Code Basic and Tanker Fire Fighting
IGF Code Basic ONLINE
IGF Code Basic and Advanced
IGF Code Basic and Advanced ONLINE
IGF Code Advanced
IGF Code Advanced ONLINE
IGF Code Advanced & Simulated Bunkering Operations
etc.
If the course title contains "IGF Code" AND "Basic", then it should return data from that row
If the course title contains "IGF Code" AND "Advanced", then it should return data for that row.
The referenced row would therefore be the same if they completed the IGF Code Basic and Advanced course.
There are multiple other other course titles with the term "Basic" or "Advanced" in them, so I cannot just use *Basic* as the search term for the VLOOKUP (not that I can get that to work either!)
I combine the employee's personnel number and the course title to create a unique identifier.
This is where I am at right now, but the formula is not returning a value even though the employee has completed
=IF(VLOOKUP(C8&"IGF Code*",TRAINING DATA,5,FALSE)="*Basic*",VLOOKUP(C8&"IGF Code*",TRAINING DATA,10,FALSE),IF(VLOOKUP(C8&"IGF Code*",TRAINING DATA,5,FALSE)="*Advanced*",VLOOKUP(C8&"IGF Code*",TRAINING DATA,10,FALSE)
The VLOOKUP should be looking for the word "Basic" in column 5 (course title) and, if that is found, return data from column 10 (course status).
I also need the formula to include look for Basic and Advanced IGF Code and return blank (rather than #N/A) if no result is returned for either.
I am sure there is an easy way to do this, but I don't know what it is. I am reasonably good with Excel but not to the point where I can build complicated formulas from the ground up... generally I Google and try to adapt for my specific use case without always understanding the functions.
Thanks for any assistance anyone could provide
Dan
I am tearing my hair (what little I have left) out with this one.
I have a spreadsheet ("Professional Training MASTER") which contains historical training instances for a number of trainings.
We would like to reference this data in another spreadsheet via VLOOKUP but I cannot figure out how to do what I need it to!
The relevant course titles are as follows:
IGF Code Basic
IGF Code Basic and Tanker Fire Fighting
IGF Code Basic ONLINE
IGF Code Basic and Advanced
IGF Code Basic and Advanced ONLINE
IGF Code Advanced
IGF Code Advanced ONLINE
IGF Code Advanced & Simulated Bunkering Operations
etc.
If the course title contains "IGF Code" AND "Basic", then it should return data from that row
If the course title contains "IGF Code" AND "Advanced", then it should return data for that row.
The referenced row would therefore be the same if they completed the IGF Code Basic and Advanced course.
There are multiple other other course titles with the term "Basic" or "Advanced" in them, so I cannot just use *Basic* as the search term for the VLOOKUP (not that I can get that to work either!)
I combine the employee's personnel number and the course title to create a unique identifier.
This is where I am at right now, but the formula is not returning a value even though the employee has completed
=IF(VLOOKUP(C8&"IGF Code*",TRAINING DATA,5,FALSE)="*Basic*",VLOOKUP(C8&"IGF Code*",TRAINING DATA,10,FALSE),IF(VLOOKUP(C8&"IGF Code*",TRAINING DATA,5,FALSE)="*Advanced*",VLOOKUP(C8&"IGF Code*",TRAINING DATA,10,FALSE)
The VLOOKUP should be looking for the word "Basic" in column 5 (course title) and, if that is found, return data from column 10 (course status).
I also need the formula to include look for Basic and Advanced IGF Code and return blank (rather than #N/A) if no result is returned for either.
I am sure there is an easy way to do this, but I don't know what it is. I am reasonably good with Excel but not to the point where I can build complicated formulas from the ground up... generally I Google and try to adapt for my specific use case without always understanding the functions.
Thanks for any assistance anyone could provide
Dan