odd behavior - unwanted "0" showing up after form submission
I have a formula in a column called "Template" that looks like this:
[apple]1 + [pear]1 + [grape]1
Three different forms allow the user to select a dropdown value for one of those dropdown types. For example, on form one, you can select "red" from the apple dropdown. On form two, you can select "purple" from the grape dropdown.
Under the Template column in my sheet, this is showing up as, "0red" for a submission from form one, or "0purple" for a submission from form two.
Any idea how I can get rid of the unwanted "0"?
Comments
-
Hello,
The formula must be seeing the empty cells as a 0 instead of a null value. I am not able to reproduce this on one of my sheets.
If you could, please submit a support entry here: https://help.smartsheet.com/contact. You can provide the link to this post to make it easier to explain in your submission.
Regards,
Taylor
-
Hi Andy,
In the meanwhile, you could use the following to strip out the zeros:
=MID([apple]1, 2, 10) + MID([pear]1, 2, 10) + MID([grape]1, 2, 10)
-
Thanks for the help!
I tried the solution above, and while it does strip the leading character, the 0 still remains.
For the first two cells, it's clear, but beyond that I'm always getting the "0". Any thoughts?
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives