Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I'm gathering some data in a Google Spreadsheet, there's a column for phone numbers and when trying to enter a phone number (e.g., +54 11 4785 7992) the spreadsheet automatically tries to make a formula or something like that and shows #ERROR.

I tried to set the cells as PLAIN TEXT but it continues assuming that I want a formula and not just plain text and I don't know why.

Any help?

share|improve this question

1 Answer

up vote 4 down vote accepted

It's the plus sign.

Prepend your text with a single quote ('). That should allow you to display the number as you want.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.