PDA

View Full Version : Excel question for google csv download


KidsBeeHappy
27th April 2010, 11:46
Extracting a google keyword report into csv/excel, and the average CPC column gets downloaded in a text format "£1.18"

Now I can use the right function to extract just the relevant cost at the end, but it's still in text format. How can I get this in number format?

Thanks

spreadsheetsdirect
27th April 2010, 15:58
try a text to columns with ; as the seperator.

spreadsheetsdirect
27th April 2010, 15:59
If still in text use =value(cell) and then paste special values to get rid of the formula.