G
Gary Campbell
If I have two columns of sample and result :-
A 2
B 3
C 1
D 6
E 4
F 2
Is there anyway to test the 2nd column and place text in
another column dependant on this. Like, if the test
returns 2, place X in the 2nd column. If the result is 3,
place an X in the 3rd column so
I need something lkie :-
A 2 X
B 3 X
C 1 X
D 6 X
E 4 X
F 2 X
where each X is in it's own column (offset + value in
column B).
Ta
A 2
B 3
C 1
D 6
E 4
F 2
Is there anyway to test the 2nd column and place text in
another column dependant on this. Like, if the test
returns 2, place X in the 2nd column. If the result is 3,
place an X in the 3rd column so
I need something lkie :-
A 2 X
B 3 X
C 1 X
D 6 X
E 4 X
F 2 X
where each X is in it's own column (offset + value in
column B).
Ta