× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



"MIDRANGE-L" <midrange-l-bounces@xxxxxxxxxxxx> wrote on 04/05/2018
06:59:15 AM:
Iam creating a csv file in the IFS.

Customer has told us that for certain cells, if blank must have =("")
entered.

This value has been entered but Excel treats it as a string and not a
formula.

Excel will recognise this formula when creating a file on the PC using
Notepad.

Is this related to the codepage I am specifying?


I don't think it is related to code page -- as long as the text
content of the CSV is viewable on the Windows side. Otherwise, I think I
can say that if the cell gets stored in a comma-delimited CSV as follows:

...,"=("""")",...

Then Excel will treat it as the text value for the cell. On the
other hand, if the cell content gets stored in a comma-delimited CSV as
follows:

...,=(""),...

Then Excel will treat it as a formula for the cell. If a
tab-delimited CSV is created then you might get better results because
outer quotes aren't used for string values when tabs are used for the
delimiter.


Sincerely,

Dave Clark

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.