New to Smartsheet. trying to figure out a formula
I am trying to figure out a formula that will help me track data. I work in construction so I think this will help me out.
Example, I have 100 duration days to complete interior framing. I have gone through the schedule a picked what is interior framing and that will give me a % complete of what is done.
Now what I am asking for is. Is there a formula that will, When the % completion gets higher. The duration of days will get lower? Example, I type in 10% in % complete column and the duration will go from 100 to 90 days.
Best Answers
-
Try enabling the dependencies and se if that makes a difference. It may be that because the dependencies are not enabled the Duration column is simply a text value because of the "d" included in the string as opposed to being stored as a numerical value (number of days for dependencies).
-
Happy to help. 👍️
In this particular instance, yes. Dependencies should be enabled. There are ways to write formulas to accomplish this without dependencies though.
There is definitely a bit of a learning curve with Smartsheet, but once you get the basics down you should be pretty well off. This Community is a great resource and so is the learning center for getting up and running. Best of luck to you and don't hesitate to ask plenty of questions.
Answers
-
You should be able to use
=[% Complete]@row * (1 - Duration@row)
-
@Paul Newcome that work. Thanks As you can see in the picture. 100% = to -3. The duration is 4D. Now in order to equal the day I assuming that I will need to change the 1 in the formula?
-
@Paul Newcome Figured it out. had to put it to 0. thanks for the help
-
My apologies. I subtracted the wrong value from 1. It should have been the % Complete. Try this instead.
=(1 - [% Complete]@row) * Duration@row
-
@Paul Newcome Thanks for the help. New problem. it works great in 1 schedule but when i type this formula in another schedule with the same information. Its giving me a "Invalid operation". Why is that? Please see photo
-
When you enter the percentage, are you just entering a number into a column that is formatted as a percentage? Are dependencies turned on?
-
Correct, I am just entering the percentage. Yes the percentage was already pre-feild from creating the project.
I went to Project settings and Dependencies is unchecked.
-
Try enabling the dependencies and se if that makes a difference. It may be that because the dependencies are not enabled the Duration column is simply a text value because of the "d" included in the string as opposed to being stored as a numerical value (number of days for dependencies).
-
So the dependencies has to be checked in order for it to work. I checked it and it works now. Thanks for the help. I am on a crash course learning process with smartsheet at the moment. We just got it yesterday and i been trying to put in all schedules and settings. Eventually I will take the courses to get a better understanding of the software. I am pretty sure I will be asking for help again soon on anther topic.
Again, Thank you.
-
Happy to help. 👍️
In this particular instance, yes. Dependencies should be enabled. There are ways to write formulas to accomplish this without dependencies though.
There is definitely a bit of a learning curve with Smartsheet, but once you get the basics down you should be pretty well off. This Community is a great resource and so is the learning center for getting up and running. Best of luck to you and don't hesitate to ask plenty of questions.
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
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!