S
simon.harris
I have a list of 'imported' blood test data that look like this;
Name DoB SampleID TestName TestResult
A, A 1/1/01 123456 X 1
A, A 1/1/01 123456 Y 2
A, A 1/1/01 123456 Z 3
B, B 2/2/01 123123 X 15
B, B 2/2/01 123123 Y 16
B, B 2/2/01 123123 Z 17
C, C 3/4/01 987654 X 21
C, C 3/4/01 987654 X 23
C, C 3/4/01 987654 X 25
Every sample has all of the 3 tests so what I'd like to end up with is
this;
Name DoB SampleID X Y Z
A, A 1/1/01 123456 1 2 3
B, B 2/2/01 123123 15 16 17
C, C 3/4/01 987654 21 23 25
I guess it looks a bit like a pivot table but without any calculations
(sum, count etc). What's the easiest way to acheive this? Preferably
using a 'native' function without having to mess around with macros
etc. Of course, if that's what it needs, then so be it (-;
TIA,
Simon Harris
B.t.w. We're still on Excel2000, here!
Name DoB SampleID TestName TestResult
A, A 1/1/01 123456 X 1
A, A 1/1/01 123456 Y 2
A, A 1/1/01 123456 Z 3
B, B 2/2/01 123123 X 15
B, B 2/2/01 123123 Y 16
B, B 2/2/01 123123 Z 17
C, C 3/4/01 987654 X 21
C, C 3/4/01 987654 X 23
C, C 3/4/01 987654 X 25
Every sample has all of the 3 tests so what I'd like to end up with is
this;
Name DoB SampleID X Y Z
A, A 1/1/01 123456 1 2 3
B, B 2/2/01 123123 15 16 17
C, C 3/4/01 987654 21 23 25
I guess it looks a bit like a pivot table but without any calculations
(sum, count etc). What's the easiest way to acheive this? Preferably
using a 'native' function without having to mess around with macros
etc. Of course, if that's what it needs, then so be it (-;
TIA,
Simon Harris
B.t.w. We're still on Excel2000, here!