I am trying to create a formula with varying conditions
I am trying to create a formula for the likelihood of a project. I have 2 helper columns and a final column. I am only worried about 1 of the helper columns as I cannot get it to work.
The Conditions I am missing is for when a project is planned to start in the middle of a year, I want the % to carry over until 0, and reset to original % once the start month of the next year happens. Ex, if planned start was 2020 may, now it is 2023 may it should reset to the original amount. I have covered all other conditions I need, if it starts in the future it is just the carry over to my knowledge. I am not sure if there is a way. There are no errors in the current formula, as an output is shown.
=IF(OR(AND(MONTH(TODAY()) - MONTH([plan start]@row) = 0, YEAR(TODAY()) - YEAR([plan start]@row) > 0), MONTH(TODAY()) - MONTH([plan start]@row) < 0, YEAR(TODAY()) - YEAR([plan start]@row) < 0), 0, 0.1 * (MONTH(TODAY()) - MONTH([plan start]@row)))
Thank you so much for any assistance!
Answers
-
Are you able to provide some screenshots for context?
-
The Target Date is September 2023 to use as a test example. I have added 365 to the Today function to allow for it to use May 2024 so that it can have a wrap around. In theory it should have 80% delay, from October 2023 - may 2024 (centre column) however it is 0, I know my formula needs to be updated however I am not quite sure how. This handles most cases except for wrap around years and I am also trying to figure out how to make it work when it goes negative due to year swapping.
Thanks for any help possible again!
-
Hey @Mathew Palter
I'm not sure I understand what it is you're looking to do. Would you mind explaining in words what the current formula is doing?
Is the formula counting down the percent from when a Project started until when it's supposed to be finished? So if we're 20% into the project, it shows 80% to indicate that there's 80% left?
Meaning that if you put a project on pause, you want the percentage to stay exactly as it is without changing to the new date selected?
If so, what else do you have in your sheet that can help the formula make the distinction for a row that is currently "delayed" or has a new starting date: do you have a Status column that we can leverage in the formula, or are you recording a specific date when something was put on pause?
I agree that it would be helpful to see screen captures - a full screen capture of your current set-up would be ideal, but please block out sensitive data.
Thank you!
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
Hi Genevieve,
I received my answer from a different thread I created as my conditions had changed. Thank you for taking your time to try to help me come to a conclusion.
Have a great day!
-
Oh awesome! Glad to hear you found a solution 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!