Hello,
I have got a column of data (with header) and have been writing the following formulae in columns B and C to strip off the stuff I don't want;
=FIND(" ",A2, 4)
=IF(ISERROR(B2),A2,LEFT(A2,B2-1))
Then I copy column C as values into D and I've got my values without any stuff after what I want.
How do I get this into a macro without all the extra columns so it just changes the values in column A?
The values come as "AH something" or "AH something possible other things"
Cheers
I have got a column of data (with header) and have been writing the following formulae in columns B and C to strip off the stuff I don't want;
=FIND(" ",A2, 4)
=IF(ISERROR(B2),A2,LEFT(A2,B2-1))
Then I copy column C as values into D and I've got my values without any stuff after what I want.
How do I get this into a macro without all the extra columns so it just changes the values in column A?
The values come as "AH something" or "AH something possible other things"
Cheers