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
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(...
Happy Thursday. I know many have asked this question before, but does anyone know of a way to have a column actively countdown time? Even if a plugin is needed, it will be considered. Here is what I'm looking to do. When a form is filled out and a new line is added to the sheet, I'd like the "Countdown Timer" column to…
I'm trying to pull in the contact information of a second HR Business Partner, contingent on the department of the individual, from a separate reference sheet. However, not all departments have a second HRBP— so if the column of "second HRBP contact info" is blank, I don't want anything to be pulled into the new sheet's…
I have an automation set up so that when the Status column changes to Complete, Canceled, or Not Needed, Smartsheet automatically updates the % Complete column to 100% (Text/Number column type). After that, another workflow should trigger to alert the next person that their task is ready. This worked fine before, but…