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.
Conditional Statements
Hi Everyone,
I would like to as add formula to the start date and finish date of the task/project like, if the duration is less than 3days, the result will "rush fee applies" like a note.
And, another formula is for language services or any other; language checks box yes or no if I click on yes those languages will appear and other will hide.
Final one is for Budget I want to add a formula if the budget value is less than $5000.00 then It should send us alert.
Can you please help us how to add formulas for the above 3 statements?
Comments
-
Hi Divya,
For the first formula, make a new column and enter =if(([end date]x - [start date]x)<3, "Rush fee applies") equation
For the second formula, make a new column and enter =if([language check box]x = 1, "Lauguage Service", "Any Other")
If there are multiple language check boxes, try to nest the if equation e.g. =if([language 1 check box]x = 1, "Language 1 service", if([language 2 check box]x = 1, "Language 2 Service", ...)
And for the last one,
First, set up a flag symbol column and enter this equation in it "=if([budget value]x < 5000, 1, 0), this will result in getting a red flag when a budget is lower than $5,000.
And set up an alert with conditions "send *person(s)*" + "send immediately" + "when *flag column* changes".
x = row number
Hopefully that works.
-
Thank you, Rod.
I'll input the formula and let you know.
-
Hi
I tried the formulas and it's not working.
Is there any way for this?
-
Hi Divya,
Can you tell me;
1. which equation(s) does not work; and
2. names of the columns?
And with the notification, if you make the changes, you will not get the notification (notification only works if someone else makes the change).
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