Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

"+" Symbol Causing Error in Spreadsheet

Hello, I'm having an issue my inventory app. Users  need to be able to enter a "+" into the app, which in turn enters it into a cell in a Google Sheet. This results in a field entry error (incomplete equation).

The only work-around I've found is to add an apostrophe in front of the "+", but it's not ideal. I've also tried to format the input field to detect if a single "+" symbol is added and if so, automatically concatenate an apostrophe to the front of the "+". Furthermore, the input field is set to text, so that is not the issue.

See the screenshot below. Thanks in advance!!unnamed.png 

1 7 200
7 REPLIES 7

This could be on the sheet site. The formating for the column if still Automatic can cause issues with thinking it could be an equation. Setting the column to plain text in the Google sheet can help with this. Also side note with the key system you have set up sequential keys can run into possible issues if you are using them as the key generated from the app especially if multiple users are able to add items. Could be used as a possible label or identifier but if two items are made at the same time by different users they can be given the same key value if sequential is used.  https://support.google.com/appsheet/answer/10106361?hl=en&sjid=819683376254858201-NC

Hi @Mike303 this was discussed here.


@Trevwiller wrote:

Setting the column to plain text in the Google sheet can help with this.


Sadly this is not changing the behavior.

I believe the only work around is to type an apostrophe before the "+" in the app. I can get it to display only the "+", but it needs the apostrophe to be entered into the spreadsheet.

Try adding an ' at the beggining.

Sheets will disregard the  and stop trying to compute it as a formula

Bunu kullan; 

eqwewqeq.png

Top Labels in this Space