Sign in to join the conversation:
Can't seem to get this formula to return a checked checkbox
=IF(AND([Total cartons]@row > 5000, [Container Type]@row = "Cart",[Load Status]@row="Complete”),1,0)
any suggestions
Hi Jed,
The formula you have is structured correctly!
However, it looks like the last " mark at the end of your formula is at an angle. I have tested your formula and if you type in each quotation mark directly into your sheet it should work, but if you are copying/pasting this formula into your sheet the last " mark will need to be adjusted.
I have seen this happen before when copying notes that were built in a Macbook Notes application, as the quotation marks are a different symbol within Notes. Our Product team is aware of this issue and I have let them know that you are experiencing the same thing.
Thanks,
Genevieve
This can also happen when using programs such as Microsoft Word. I always suggest using programs such as Notepad because they use the same type of quotes as SS as opposed to the "smart quotes" used in other programs.
Yes, Smart Quotes are the nemesis of Smartsheet formulas. Never construct formulas in a word processor like Word, or Google Docs. The programs automatically convert those straight quotes into fancy angled quotes that crash your smartsheet formulas.
Hi all, I'm having some issues with an index-collect formula. I have (3) existing sheets that list a unique project name (text field), as well as a producer assigned to work that project. The producer column in all (3) sheets is set as a contact field. In a separate sheet, I'm trying to auto-populate the producer…
I am currently in business trial version, but i was told it is supposed to allow for full functionality, however when I click Ctr+F my search menu is only a search bar that allows me to only find the string, and it doesn't allow for replacing. Is it me or the F&R functionality rather limited?
I looking to find unique values, in order, and separate them into columns. The "Client Update Date" column will contain dates, not in order and some dates may be duplicated. In the "1st Date Feedback I'm getting the correct date of 12/12/25 with the formula: =MIN([Client Update Date]:[Client Update Date]) In the "2nd Date…