IF JOIN-COLLECT is blank returns #INVALID COLUMN VALUE
Hello!
I have written a formula to drawn data from another sheet, however, when I add "IF(ISBLANK(" to it, it breaks. I've tried doing this two different ways:
`=IF(JOIN(COLLECT({HF23 Vendors Acc/Dec}, {HF23 Vendors Email}, [Email 1]@row, {HF23 Vendors Acc/Dec}, "Yes"), ", ") = "", false, true)`
`=IF(ISBLANK(JOIN(COLLECT({HF23 Vendors Acc/Dec}, {HF23 Vendors Email}, [Email 1]@row, {HF23 Vendors Acc/Dec}, "Yes"), ", ")), false, true)`
What I can't figure out is why the Column Values are ok if I just run the nested Join/Collect, but checking if it's blank breaks it. What am I doing wrong?
Thanks! :)
Best Answer
-
Is your column type a checkbox?
To use the true/false value, the column type must be boolean, typically a checkbox column.
Or, you could try 0,1, a text/number value, instead of false, true.
Answers
-
Is your column type a checkbox?
To use the true/false value, the column type must be boolean, typically a checkbox column.
Or, you could try 0,1, a text/number value, instead of false, true.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!