Hello,
I am trying to create a 'countdown timer' for my dashboard to tell users how many days remain to project Go Live from whatever the date is. The current formula I am using is:
=NETWORKDAYS([Start Date]1, [Due Date]1,[holidays])
and I am receiving the message #UNPARSEABLE
I am uncertain what I am doing incorrectly.