Sign in to join the conversation:
Hello,
If someone could assist me please that knows how.
I am trying to get the total days calculated automatically between two dates.
i.e 1st Sept 2019 to 15th Jan 2020 - How fo I get the total days calculated.
Do let me know please.
Thank you
Hi Gordon,
Depending on what you need, there are several different ways to get the number of days between dates.
You can use the Duration feature if you have set up the Project Settings for the sheet and enabled Dependencies.
You can use on of the Functions below:
Try something like.
=NETDAYS([Start Date]@row; [End Date]@row)
=NETWORKDAY([Start Date]@row; [End Date]@row)
=NETWORKDAYS([Start Date]@row; [End Date]@row)
More info: https://help.smartsheet.com/functions
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Thanks you that's is quite helpful.
Excellent!
Happy to help!
Hi Andree
What would one put around that function to show a zero when the dates haven't yet been selected for the function to calculate?
Thanks
Cheers
Richard
Hi Richard,
Try something like this.
=IF(OR(ISBLANK([Start Date]@row); ISBLANK([End Date]@row)); ""; NETDAYS([Start Date]@row; [End Date]@row))
The same version but with the below changes for your and others convenience.
=IF(OR(ISBLANK([Start Date]@row), ISBLANK([End Date]@row)), "", NETDAYS([Start Date]@row, [End Date]@row))
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Andrée
Hello, I'm seeing this error for the first time as I expand some capability in an existing workflow. Here's how this section with the error works. Scenario: a user puts in a request on the form with a check box indicating they will later upload the required file attachment. Automation sends a request for Approval with…
I have a task that started in Sept and ends in Feb. I need to assign it to someone else, but do not want to lose the history of the first employee. How do I do this?
Starting a couple of days ago, I started getting 2 or more emails a day about my account being activated. I have a monthly subscription but have never received this type of email from Smartsheet. The email looks legitimate - the sender is "reply_to@Smartsheet .com" - except for maybe the greeting, which is "Dear Customer".…