% Planned formula
Hi to all,
I need to add a % Planned to my plan. I used a formula but it didn't work.
Attached you have a screenshot of my plan with the formula and the dates columns.
Thanks for your advice!!
Adelina
Comments
-
Hi Adelena. The primary issue I see with your formula is how you are referencing the column names in it. And that you are referencing any row numbers. When referencing a column name with spaces always wrap your column name in brackets like this... [End Date]
You also need to either reference a specific row number after the column name or use smartsheets @row trick to reference the current row. It should looks like this... [End Date]3 --- which will reference row 3. OR [End Date]@row to reference the current row you are in.
Regarding your formula it should look something more like this...
=Round(IF(Today() < [Start Date]@row, 0, IF(...
Help Article Resources
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
Check out the Formula Handbook template!