Basically what I want to do is the following
On one worksheet I have the following:
Heading A
A 1
b 2
C 5
D 2
On another worksheet I have the heading Heading A and four lines underneath. I want to copy column one if column two is 2 or under.
I want the above example copied as:
A
B
D
With no space in between the b and the D
There are two many IF's to do an IF statement, so can anyone help?
On one worksheet I have the following:
Heading A
A 1
b 2
C 5
D 2
On another worksheet I have the heading Heading A and four lines underneath. I want to copy column one if column two is 2 or under.
I want the above example copied as:
A
B
D
With no space in between the b and the D
There are two many IF's to do an IF statement, so can anyone help?