I am writing a documentation tool for vmware and have the following in worksheet "vm partition Data"
Server Name, Disk, Capacity MB,
Bob, Hard Disk 1, 2048
Bob, Hard Disk 2, 4096
On the first worksheet I am using the vlookup function as follows
=VLOOKUP(Working!$D$8,'vm partition Data'!B1:V219,2)
Looking up a drop down list of the server names.
However I am struggling to return the second match of Bob.
To be clearer, in Cell D16 I would like Hard Disk 1, E16, 2048
in Cell D17 I would like Hard Disk 2, E17, 4096
Server Name, Disk, Capacity MB,
Bob, Hard Disk 1, 2048
Bob, Hard Disk 2, 4096
On the first worksheet I am using the vlookup function as follows
=VLOOKUP(Working!$D$8,'vm partition Data'!B1:V219,2)
Looking up a drop down list of the server names.
However I am struggling to return the second match of Bob.
To be clearer, in Cell D16 I would like Hard Disk 1, E16, 2048
in Cell D17 I would like Hard Disk 2, E17, 4096