Hello,
Excel semi-noob here, I have a vlookup issue that has been driving me crazy.
I am working from a sheet (in workbook A) that has a list of usernames in column E. These usernames also exist in column B of Workbook B but they contain an extra five or six charactes at the end of the string.
Example:
Column E of Workbook A
username
Column B of Workbook B
username (xyz)
or
username (xy)
I want to use these usernames in workbook A to lookup their associated 'machine name' in column C of workbook B, BUT only if that row in column D (of worksheet B) contains '5.1'.
I imagine I need some kind of nested if statement within the vlookup to only look at rows of worksheet B where column D contains '5.1'. But also, I need to figure out how to dynamically trim the trailing 5 or 6 characters from the usernames in column B or worksheet B so that the vlookup will recognize the usernames.
I hope this was clear enough, please let me know if you need further clarification. I will be feverishly working on this all day today and any help would be appreciated beyond words.
Thanks,
Noltron
Excel semi-noob here, I have a vlookup issue that has been driving me crazy.
I am working from a sheet (in workbook A) that has a list of usernames in column E. These usernames also exist in column B of Workbook B but they contain an extra five or six charactes at the end of the string.
Example:
Column E of Workbook A
username
Column B of Workbook B
username (xyz)
or
username (xy)
I want to use these usernames in workbook A to lookup their associated 'machine name' in column C of workbook B, BUT only if that row in column D (of worksheet B) contains '5.1'.
I imagine I need some kind of nested if statement within the vlookup to only look at rows of worksheet B where column D contains '5.1'. But also, I need to figure out how to dynamically trim the trailing 5 or 6 characters from the usernames in column B or worksheet B so that the vlookup will recognize the usernames.
I hope this was clear enough, please let me know if you need further clarification. I will be feverishly working on this all day today and any help would be appreciated beyond words.
Thanks,
Noltron