Combining multiple NETDAYS but some are blank
Hi. I have a formula that works but only if there are no blank cells. I want it to work while some of the date cells are empty. This formula is intended to keep track of equipment rentals. Sometimes only one person rents equipment and sometimes multiple people rent equipment for short periods of time, but I have to make sure the equipment doesn't stay out for longer than a certain number of total days.
=IFERROR(SUM(NETDAYS(Start@row, End@row), NETDAYS([Start 2]@row, [End 2]@row), NETDAYS([Start 3]@row, [End 3]@row)), "")
Answers
-
Hi @RossG you need to add =IF(ISBLANK to your formula so it looks up the blank cells and still returns your desired results. Try using ISBLANK and let me know if it works!
Cheers!
Ipshita Mukherjee
-
I can't figure out how that would work in this context.
-
I'm just using a workaround for now. Making 3 NETDAYS columns and a SUM column of them separately since I can't figure this out. Just not ideal since I have 3 extra columns now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.2K Get Help
- 361 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!