#INVALID COLUMN VALUE Error, when using a formula with a column set as Date
Hi,
I'm encountering difficulties changing the Dates of certain cells using a Formula. In this instance, I write
=WORKDAY([Date used in Formula]@row + 10
while referencing a Column set as Date type, and it still gives me the Invalid Column Value error. I'm really confused can Someone help me.
Additional infomartion: There is a conditional formating set on the entire sheet if that somehow could cause an error.
Thanks
Answers
-
The formula also needs to go into a date type column.
=WORKDAY([Date used in Formula]@row, 10)
-
Both columns are already Data type columns, that's why I'm so confused
-
Is the column the formula is in set as Date Type? If not that could cause an issue. You would either need to have the column the formula is in set as Date type or update the formula to be
=WORKDAY([Date used in Formula]@row, 10)+""
The +"" will allow it to show as a date in a text/number column.
-
How is the original date type column populated? Are you able to show provide a screenshot of the formula open in a cell as if you are about to edit it?
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives