Help creating a VLookup to retrieve training status

SVBrooks

New member
Joined
Jan 13, 2021
Messages
1
Reaction score
0
Points
0
Excel Version(s)
MS 365 apps for business
Hello. I need a Vlookup formula which searches one sheet for learners and retrieves data from a specific column. In the attached example, I believe the data to be retrieved is in column 15. I will use this as a template and update the 15 to the correct column number for future reports. Any assistance will be greatly appreciated!

View attachment Example.xlsxView attachment Example.xlsx
 
Try INDEX MATCH instead:

=INDEX(Report!O:O,MATCH(A2,Report!A:A,0))
 
In B2 =VLOOKUP(A2;Report!1:1048576;15;0), if I understand what you are trying to achieve

Sent from my SM-G965F using Tapatalk
 
Administrative Note:

Welcome to the forum. :)

We would very much like to help you with your query, however it has been brought to our attention that the same query has been posted on one or more other forums and you have not provided the required cross-post link(s) here.

Read this to understand why we (and other sites like us) consider this to be important.

(Note: this requirement is not optional.)
 
Back
Top