Difficulties Using ISBLANK Function
Hello,
I am curious what I need I need to do, am relatively new to SS and it's functions. We review products, and often times this analysis requires the product to be sent out to a third-party for analysis. I do not want these third-party days (business days only) counted against the lab's time to complete. What formula do I need to use to accomplish this? Please see below, and note how row 3 gives me #INVALID when the product didn't need to be sent out to a third-party for analysis. Appreciate your time and any help you can provide.
Thanks,
AK
Best Answer
-
Hi Austen,
I believe this formula should accomplish what you're looking for:
=IF(OR([Third-Party Date Out]@row = "", [Third-Party Date In]@row = ""), 0, NETWORKDAYS([Third-Party Date Out]@row, [Third-Party Date In]@row))
Also just as a tip you can use ="" as an operator instead of the formula ISBLANK().
Hope this helps! Let me know if you have any questions or are still having issues.
Best,
Mike
Answers
-
Hi Austin, You didn't share your column formulas. I assume you need to use an IF(ISBLANK(..) or IFERROR(..) formula to look for 3rd party lab days without returning an error and then calculate NETWORKDAYS. If you share your column formulas I can assist further. Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi Mark,
I'd like "Destructive Testing Pending Days" to be "0" if there are no dates input either the "Third-Party Date Out" or "Third-Party Date In" Columns. Else, I'd like "Destructive Testing Days" to be the number of working days between columns "Third-Party Date Out" and "Third-Party Date In" columns. Think I need some kind of IF/ISBLANK/ELSE statement or something similar. Think I'm pretty far off the mark here, but hopefully my description helps aid in what I'm trying to accomplish. Appreciate your time and help.
Thanks,
Austin
-
Hi Austen,
I believe this formula should accomplish what you're looking for:
=IF(OR([Third-Party Date Out]@row = "", [Third-Party Date In]@row = ""), 0, NETWORKDAYS([Third-Party Date Out]@row, [Third-Party Date In]@row))
Also just as a tip you can use ="" as an operator instead of the formula ISBLANK().
Hope this helps! Let me know if you have any questions or are still having issues.
Best,
Mike
-
Mike,
That works perfectly and does exactly what I wanted. I am going to look over this function to try and understand it better for future operations. Do appreciate your help, and wish you the best.
Thanks,
Austin
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!