Combining Two Formulas in One Cell (NETDAYS and Addition)
Hi everyone,
I am looking to combine two formulas in one cell (one to calculate number of days; one to calculate completion date, using calculated days). The information below was provided to me by my supervisor to use, but I have been struggling to come up with a solution. Here is the information:
Formula: First Product Date (09/01/20) - 30 calendar days (manufacturing, sub-assembly, etc.) - Lead Time (09/01/21)
My initial approach:
NETDAYS([First Product]1, [Lead Time]1) - 30 = 336 days
[First Product]1 + 336 = 08/03/21
The first formula calculates the total days of development and production, then that calculated amount is added to the first product date to roughly guess on what specific date should I expect the project to be completed. Dates will change, but this is just an example.
Any and all help is greatly appreciated!
Best Answer
-
Have you tried something like this...?
=[First Product]1 + (NETDAYS([First Product]1, [Lead Time]1) - 30)
Answers
-
Have you tried something like this...?
=[First Product]1 + (NETDAYS([First Product]1, [Lead Time]1) - 30)
-
Funny enough, I had tried that shortly after posting this question. It had worked, but no matter, thank you for answering my question.
-
Happy to help. 👍️
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
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!