This is probably very simple so I apologise in advance if it is but I have to work sheets. I would like to pull data from a column in one worksheet where values March in both. I have tried the usual lookups but I either get the incorrect column value or it will not match and simply bring me back the corresponding value in the similar cell it is looking up in the other worksheet so it is not performing a match.
More details of specifics below I am using a simple example as the formula I can modify to work on my larger set of spreadsheets once I work out how to get this done.
I have 2 Worksheets in one Excel Document.
Sheet one is names MACHINES
Column values are
MachineID
MachineName
IPAddress
Example data below
00001 PC001 10.0.0.1
00002 PC002 10.0.0.2
00004 PC004 10.0.0.4
Sheet Two is USERS
UserName
MachinesName
Example Data Below
Joe Bloggs PC001
Jane Smith PC002
John Wick PC004
I want to add one additional column into the MACHINE Worksheet called UserName.
I would like to do a formula (I am guessing a vlookup) that simply adds the UserName value based on where the MachineNames match.
For the sake of this example let’s assume that A1 contains the column headings.
I would like to end up with the following in the Machine Worksheet.
00001 PC001 10.0.0.1 Joe Bloggs
00002 PC002 10.0.0.2 Jane Smith
00004 PC004 10.0.0.4 John Wick
Now it is not that i have not tried to do this I have tied a numerous vlookups to no avail, i have googled what i could and not been successful. Any assistance would be a great help this is driving me mad.
More details of specifics below I am using a simple example as the formula I can modify to work on my larger set of spreadsheets once I work out how to get this done.
I have 2 Worksheets in one Excel Document.
Sheet one is names MACHINES
Column values are
MachineID
MachineName
IPAddress
Example data below
00001 PC001 10.0.0.1
00002 PC002 10.0.0.2
00004 PC004 10.0.0.4
Sheet Two is USERS
UserName
MachinesName
Example Data Below
Joe Bloggs PC001
Jane Smith PC002
John Wick PC004
I want to add one additional column into the MACHINE Worksheet called UserName.
I would like to do a formula (I am guessing a vlookup) that simply adds the UserName value based on where the MachineNames match.
For the sake of this example let’s assume that A1 contains the column headings.
I would like to end up with the following in the Machine Worksheet.
00001 PC001 10.0.0.1 Joe Bloggs
00002 PC002 10.0.0.2 Jane Smith
00004 PC004 10.0.0.4 John Wick
Now it is not that i have not tried to do this I have tied a numerous vlookups to no avail, i have googled what i could and not been successful. Any assistance would be a great help this is driving me mad.