Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula return Column date plus 7 days IF column value is less than 3
Hi,
I am new to smartsheet (spreadsheets in general) and I am trying to create a task list sets a due 7 days after a task was created if the priority of that task is less than 3.
The formula i have so far is: =IF([Priority]1 < 3), [Created]1 + 7
I get an error saying Missing or invalid parameters. I'm not sure what im doing wrong exactly.
My formula is trying to say: IF Column 'Priority' is less than 3, Insert date from Column 'Created' and add 7 days.
The created column is a Auto-Number/System Created (date) column. and the Priority column is a drop down list with numbers 1-5.
Any help here would be greatly appreciated.
Comments
-
you’ve misplaced a parenthesis
should read
=IF([Priority]1 < 3, [Created]1 + 7 )
also, make sure that formula is in a date column
-
Thank you, much appreciated
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives