Invalid data type/unparsable for date countdown

Options
Eric R
Eric R
edited 12/09/19 in Formulas and Functions

I'm trying to have an automatic countdown but I keep running into an invalid data type or unparsable error. 

I am trying to show how many days remain until a point in the future (07/17/2018).

Here are some of the formulas I've tried without success:

=NETWORKDAYS([timer start]1, [Minimum billing date]1)

=[Minimum billing date]1 - TODAY([timer start]1)

=NETWORKDAYS(5 / 29 / 2018, 7 / 17 / 2018)

=NETWORKDAYS(5 / 29 / 18, 7 / 17 / 18)

I've looked at the different submissions and the guides and it looks like I'm putting the formulas in correctly, but apparently not.

Update: I realized I had the dates wrong and got those fixed. If I type the start and end dates into the formula manually, it works. But if I try and use the call name [time start]1 I still get the error and I'd like to automate this as much as possible.

 

Update 2: I got it figured out. I had minimum billing date in the first column which has to be a text/number type. The cells I was referencing also needed to be set to Date, which is why it wasn't working. By shifting everything to the right one column and setting the minimum billing date and timer start columns to Date the first formula I typed worked.

Countdown issues.PNG

Comments

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!