Invalid column value
Hello, I am trying to reuse a formula I have used in the past and i keep getting the error "INVALID COLUMN VALUE".
The formula is: =[DR Plan Start Date - WKSTRM POPULATES]@row + INT(INT([Duration (DO NOT UPDATE)]@row) / 24)
I confirmed the cells is reading from are date cells and a text number cell. What other reasons could be causing this?
Best Answer
-
It looks like you're looking to add numbers onto a date, to create a new date. Is that correct?
If so, this formula will need to be pasted into a Date Column (not just referencing a date column). Can you confirm that's the type of column that you're using?
Otherwise, to return text in a Text Column, you could add a +"" at the end:
=[DR Plan Start Date - WKSTRM POPULATES]@row + INT(INT([Duration (DO NOT UPDATE)]@row) / 24) + ""
Let me know if this works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Answers
-
It looks like you're looking to add numbers onto a date, to create a new date. Is that correct?
If so, this formula will need to be pasted into a Date Column (not just referencing a date column). Can you confirm that's the type of column that you're using?
Otherwise, to return text in a Text Column, you could add a +"" at the end:
=[DR Plan Start Date - WKSTRM POPULATES]@row + INT(INT([Duration (DO NOT UPDATE)]@row) / 24) + ""
Let me know if this works for you!
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Thank you! This resolved the issue perfectly!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!