Link to home
Start Free TrialLog in
Avatar of CynSzcz
CynSzczFlag for United States of America

asked on

Need formula to separate data from column and send to another

The following line (below) appears in an Excel spreadsheet.  I need to copy the codes (A code and L code) from this column and place them into separate columns within the same sheet.  I am exporting from a billing program and then need the codes in their own columns in order to import into another program.

"A106 Communicate (with client) L330 Depositions"


Example:

"A106"...in one column and "L330" in another column within my sheet.  Can leave the original column that contains text and codes in the sheet.  Is there a formula that would do this for me.
ASKER CERTIFIED SOLUTION
Avatar of barry houdini
barry houdini
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CynSzcz

ASKER

Thanks Barry, I am going to try this.  I will let you know.  Yes, the column with the codes will always be the same.
Avatar of CynSzcz

ASKER

Barry!!! It works.  One thing though.  The sheet may have two or two hundred rows so the "B2" reference will not produce results for the entire sheet.  How do I solve that?