1

Into a google spreadsheet i want to import a csv data (with IMPORTDATA() function) that contains some arbitrary (textual) codes. The function tries to (incorrectly) interpret some of those codes as numbers/dates and setting text as cell format for destination cells doesn't help.

So how to prevent IMPORTDATA() from automatic text to number/date conversion?

1 Answer 1

1

After some trial/error i have found that wrapping the function IMPORTDATA() with ARRAYFORMULA() seems to prevent this behaviour:

=ARRAYFORMULA(IMPORTDATA("..."))
Sign up to request clarification or add additional context in comments.

1 Comment

I tried this and it didn't work (still tried to parse cells), did you do something else?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.