Creating INVOICE. JOIN and make blank as 0
Good day
I have created pipeline of creating multiply invoices, documents as automation
But i have few questions. One of critical problem is
If the first task has 0 hours - i miss the cell and the next number is located near wrong task ( or artist )
The problem is only if we have first cell as 0
My formula is
=JOIN(COLLECT([Столбец 2]7:[Столбец 2]13; [Основной столбец]7:[Основной столбец]13; =[Столбец 4]@row); (CHAR(10) + CHAR(10)));
Very common formula. I don`t understand how to add IF ISBLANK for this situation
Answers
-
Hi @Volodymyr L
What I would do in this situation is have the cells in your first sheet automatically populate with 0 if they are blank. You could use an automated workflow for this, see: Change the Value of a Cell in an Automated Workflow
That way your JOIN function will have a value to bring together.
Cheers!
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
Good day Genevieve P.
Thank you very much for answer
Automation is cool but i want to have more stable way - setup the JOIN(COLLECT()) formula from another sheet
I found this answer -
- create extra column in original sheet
- make the formula like - =IF(ISBLANK(Time@row); "-"; Time@row)
I have another important question in another thread and one more thing
YOUR SMARTSHEET programm IS THE MOST WONDERFULL programm in the WORLD!!!!!
-
Most wondersfull, no doubt. I`m happy i found it
-
I'm glad to hear you were able to find a solution! 🙂
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!