Excel help - extracting multiple info from single cells?
I've been given an excel spreadsheet with useful names, numbers and emails for work, but the genius who created it put the office name in A1, telephone number in A2, contact name in A3, title in A4 etc
Is there an easy way to move all the different info into different columns so i end up with a line for each contact name, under the individual offices?
I tried a simple drag,and copy thinking I could then delete the extra lines, but they don't all have the same number of lines, so i guess I'm looking for something to say if A6 begins 01, copy to D2 or similar, then I can use the same formula for 07, titles, etc?
Is there an easy way to move all the different info into different columns so i end up with a line for each contact name, under the individual offices?
I tried a simple drag,and copy thinking I could then delete the extra lines, but they don't all have the same number of lines, so i guess I'm looking for something to say if A6 begins 01, copy to D2 or similar, then I can use the same formula for 07, titles, etc?
I just tried something with one of my spreadsheets......
Saved the file as a text.csv
then opened it, but as it's a txt.csv you get to make a few selections as to how the data should be imported, you can select an option and it will show you a small preview of what the data will look like. All my data ended up in A1, A2, A3 etc
This is using Excel 2007
Saved the file as a text.csv
then opened it, but as it's a txt.csv you get to make a few selections as to how the data should be imported, you can select an option and it will show you a small preview of what the data will look like. All my data ended up in A1, A2, A3 etc
This is using Excel 2007
Trending Topics
you can use the MID function to extract data or use the text to column feature
with mid
if you have 1 cell (lets say z67) which has " a1 spiky loves sheep"
you can do "=mid(z67,1,2) this will start at charachter 1 and extract 2 characters for and would give you "a1"
or you could do =mid(z67,4,5) this would give you spiky
with mid
if you have 1 cell (lets say z67) which has " a1 spiky loves sheep"
you can do "=mid(z67,1,2) this will start at charachter 1 and extract 2 characters for and would give you "a1"
or you could do =mid(z67,4,5) this would give you spiky
Ive done stuff like this, exporting to csv, modifying that file maybe with search/replace (notepad/wordpad) then reimporting back into excel,
prolly not what ur after, but I didnt read your post properly either - too late
prolly not what ur after, but I didnt read your post properly either - too late
Cheers fellas, especially for those offering to do the job for me, but it's done now.
I found that COPY, PASTE SPECIAL, TRANSPOSE was able to transfer the cells from Rows to Columns, but I had to highlight the relevant cells for each record because they all had different numbers of Rows in them, and I had over 100 records so it took a while!!
I found that COPY, PASTE SPECIAL, TRANSPOSE was able to transfer the cells from Rows to Columns, but I had to highlight the relevant cells for each record because they all had different numbers of Rows in them, and I had over 100 records so it took a while!!
Thread
Thread Starter
Forum
Replies
Last Post
nicodinho
Ford Non RS / XR / ST parts for sale.
6
Oct 7, 2015 12:56 PM







