Remove the "0" in the column formula cell.
Help please!
I am trying to put the item name (column name) in a cell if it's listed as "Complete". This is working for the most part, but if none of my IF criteria matches, it shows a "0" in the cell or if only the last column meets the criteria, it shows a "0" for the first column.
See formula in Screenshot and the cells where "0" is showing are highlighted yellow.
Best Answer
-
Hi Kayla,
Try using this formula
=IF(One@row = "Complete", CHAR(10) + "One", "") + IF(Two@row = "Complete", CHAR(10) + "Two", "") + IF(Three@row = "Complete", CHAR(10) + "Three", "")
Answers
-
Hi Kayla,
Try using this formula
=IF(One@row = "Complete", CHAR(10) + "One", "") + IF(Two@row = "Complete", CHAR(10) + "Two", "") + IF(Three@row = "Complete", CHAR(10) + "Three", "")
-
@Christopher Pretty - It worked!! I knew it would be something so simple and right in front of me. THANK YOU!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!