Forum Moderators: open
Do a find and replace with regular expressions checked on
Find:
\s\d{1,10}\s\s
Replace:
It will strip all the search numbers from the list and let you paste it right into adwords or excel.
Microsoft Internet Explorer Version
Go to Overture mining tool.
Highlight the numbers and words.
Control-C (or right click, copy)
Switch to Excel
Select A1 cell
Paste Special... (under Edit Text Menu)
Select "Unicode Text"
Click Ok.
Select cell B1.
Enter following equation exactly:
=TRIM(RIGHT(A1,LEN(A1)-FIND(" ",TRIM(A1),1)))
(note the single space between the double quotes!)
Hit enter.
Hover over lower right corner of cell B1 (cursor will switch to solid black cross hair).
Double click corner of B1 cell.
This should autopopulate all lines till the last keyword.
Select column B (by clicking on the column header).
Press Control-C or right click and select copy.
Switch to Browser.
Go to Google Adsense and paste.
Done.
Firefox Version
Go to Overture mining tool.
Highlight the numbers and words.
Control-C (or right click, copy)
Switch to Excel
Select A1 cell
Paste Special... (under Edit Text Menu)
Select "Unicode Text"
Click Ok.
Select cell C1.
Enter following equations exactly:
=TRIM(B1)
Hit enter.
Hover over lower right corner of cell C1 (cursor will switch to solid black cross hair).
Double click corner of B1 cell.
This should autopopulate all lines till the last keyword.
Select column C (by clicking on the column header).
Press Control-C or right click and select copy.
Switch to Browser.
Go to Google Adsense and paste.
Done.
- - - -
Firefox actually transfers the data numbers and text into separate columns so that is where the reduced work comes from.