I am trying to convert a formula to a column formula and keep getting the same error. Why?

ajuelsgaard
βββ
The formula I am trying to use is calculating the number of days between 2 dates: =NETDAYS([Billing Period Start]1, [Billing Period End]1)
The error message I am getting is "The column formula syntax isnβt quite right, see our help articleΒ https://help.smartsheet.com/articles/2481944Β for more information."
The column type is just a text/number column.
Best Answer
-
You cannot use hardcoded row numbers in a column formula. change each 1 to @row.
[Column Name]@row
Answers
-
You cannot use hardcoded row numbers in a column formula. change each 1 to @row.
[Column Name]@row
-
That worked! Thanks so much for your help and the explination!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!