Help with Unparseable Formula: Understanding NETWORKDAYS and Column Reference in Smartsheet
Answers
-
Hi, I am trying this formula but it returns unparseable: =
MAX(MIN(
NETWORKDAYS([Start Date]@row, [Column18]131) / NETWORKDAYS([Start Date]@row, [End Date]@row)
, 1), 0)
I substituted [Column18] with the [ColumnName] containing current date.
Also, what does the 131 refer to?
Any reason its's not parsing?
-
Hello @AiqaA
The 131 refers to Row 131 in your sheet. Smartsheet automatically adds this when you copy/paste a formula from a specific row or reference another cell directly. This creates confusion when working with formulas intended for row-level calculations (like @row).
You can replace [Column18]131 with [ColumnName]@row if you want it to dynamically reference the current row.
If [Column18] is replaced with a valid column name (e.g., [Current Date]), the column name must exactly match the header in your sheet.
Ensure that there are no extra spaces in the column name.
The brackets [ ] are correctly placed.Hope this helps.🙂
che
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!