Hi all
I am trying to use a Vlookup or similar to populate a table from a list containing multiple values in the index column as below:
ID TEST RESULT
910 HEPA Not Ok
910 HEPB Ok
1234 HEPB Ok
1234 HEPA OK
5678 HEPA Ok
5678 HEPB OK
For each ID I need to return the results of each type of test in a table as follows:
RESULT HEPA HEPB
5678
910
1234
Any help welcome
I am trying to use a Vlookup or similar to populate a table from a list containing multiple values in the index column as below:
ID TEST RESULT
910 HEPA Not Ok
910 HEPB Ok
1234 HEPB Ok
1234 HEPA OK
5678 HEPA Ok
5678 HEPB OK
For each ID I need to return the results of each type of test in a table as follows:
RESULT HEPA HEPB
5678
910
1234
Any help welcome