Smartsheet formula
Hi, Some help would be great if possible, I need to get this working on an if statement if possible.
I need it to look for a [Range_Complexity]@row called "Complex" and if so change the formula to this
=WORKDAY([Lock Off (Online -6 Weeks)]@row, -DRCOUNTCOMPLEX#, {Holidays Range 3})
Std Formula if it does not find the word "Complex"
=WORKDAY([Lock Off (Online -6 Weeks)]@row, -DRCOUNT#, {Holidays Range 3})
Thanks in advance
Tags:
Best Answer
-
You would do somethign like this:
=IF([Range_Complexity]@row = "Complex", formula_if_true, formula_if_false)
Answers
-
You would do somethign like this:
=IF([Range_Complexity]@row = "Complex", formula_if_true, formula_if_false)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!