Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all.
I have a spreadsheet that copies and transposes data .. each set of data is a single line. Now I need to do some LEFT/RIGHT trimming etc to the data to move some of the rubbish... and i was hoping i could put it into the macro i have. could someone please assist with below? Data is currently transposed to look like this columns col A = 1. joe bloggs ConstructionPhone: (06) 111-1111 col b = Fax: (06) 222-2222 col c =999 Young Street col d= New Plum col e= PO Box 880 col f = New Plum, 4615 What i need it to look like is this: columns col a = joe bloggs Construction //remove the first 3 characters (ie number "1.") col b= (06) 111-1111 //remove the word Phone: col c=(06) 222-2222 //remove the word fax col d =999 Young Street col e= PO Box 880 col f = New Plum //split the postcode col g =4615 I currently have it working in a rather adhoc manner into a few hidden sheets using LEFT/RIGHT etc, but was hoping there was a way to do this in the macro... to tidy it up... thanks in advance Sach |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing parts of Data in a Cell / [], # | Excel Discussion (Misc queries) | |||
Using MID/LEFT functions to customize data | Excel Discussion (Misc queries) | |||
Splitting a file with lookup functions into smaller parts | Excel Worksheet Functions | |||
removing everything from the left after 10 digits | Excel Worksheet Functions | |||
Auto repeate parts of functions | Excel Worksheet Functions |