Re: keyword converter from broad to phrase/exact
excel is pretty fast, and Aled's way is one way.. or you could use the concatenate fucntion (click the "fx" just above column b/c or use "insert" then click "Function" and find concatenate, it might sound a bit complicated but try it, you'll find it's pretty fast once you get used to it and you can save it as a blank sheet for next time and it takes even less time then
for phrase match :
paste keywords in column A
type " in column B row 1
type or use fx button =CONCATENATE(B1,A1,B1) in column C row 1
highlight and then double click the cell borders of B and C and it will do all 10k in one go
for exact match on same sheet :
paste keywords in column E
type [ in column F row 1
type ] in column G row 1
type or use fx button =CONCATENATE(B1,A1,C1) in column H row 1
highlight and then double click the cell borders of F,G and H and it will do all 10k in one go
simply paste your keywords in A and F and then highlight the relevant cells next to A and double click the borders of B and C to make the formula work all the way down as far as the last cell in the column A, then repeat for the exact match keywords
one thing to note !.. when copying and pasting keywords in excel with " and [] .. you'll need to use PASTE SPECIAL then select VALUES radio box option it's on the right click dialogue menu.... DO NOT just paste or Control+V there or it wont work.. . if you use normal paste.. the " and [] will not be pasted... simply highlight the cells you want to copy as you normally would and copy and then click the cell you wish to paste the matched keywords in and then right click and select "PASTE.. SPECIAL" and select the VALUES radio box..
excel sheet attached as a template... hope that saves you some blisters,
Last edited by Shane; 07-01-07 at 04:12 AM..
|