-
Categorize If Project Completed On Time
Hi - I have most of the formula working below except for when a project is not completed yet and the Actual End Date is not inputted, and Helper (Difference in Days) is not calculated. When the Helper (Difference in Days) is blank, I wanted to Helper (Completed) column to pull "in progress" Below is current formula with…
-
SUMIFS help!
Hello! I've attached a screenshot of what I'm trying to do. Basically, I want to do a SUM formula on the range int eh screenshot IF the left column is "Supplemental" and the top row is Monday-Friday. I thought the way I had set it up was right, but I'm getting INCORRECT ARGUMENT SET. Any help would be appreciated! Thank…
-
formulas with percentage
I pulled in a number from another sheet, % Complete from Plan, that is a percent and want to subtract this from 100%. This is the formula I am using: But it renders #UNPARSEABLE
-
Add FORECAST Function/Formula
A Forecast function/formula would be incredibly helpful by increasing the value of the available data, and also its ability to be dynamic. My team has been looking for a solution to the lack of a Smartsheet forecast tool for years. This is the roadblock keeping us from exclusively using this program for all of our needs.
-
Status Log Date Push to Dashboard
In a previous, recent question I asked about pushing a text to a dashboard. All the suggested solutions worked. The same scheme did not work for finding the latest date. Seems the code suggested only works for text.
-
NETWORKDAYS & Weekends with Notifications
I am using the below formula to try to stop notifications on weekends and holidays. My automation has a condition to check if this field has a check mark. If it does have a checkmark, it sends a notification. If it is unchecked it is supposed to not send notification but it appears to still be sending them on the weekends.…
-
Using a date range to define a planned Sprint name
I want to use a Start Date to determine which sprint a ticket will be identified with. For example Sprint 17 starts on 08/13/25 and ends on 08/27/25. If my Start Date is within this range then I want to output the Sprint Name into a Planned Sprint column. =IF(([Start Date]@row >= "8/13/25", IF(AND)([Start Date]@row <=…
-
How Can I Resolve #INVALID Errors in Automated Capacity/Utilization Report?
Hi Smartsheet Community, I’m running into #INVALID errors in a resource management report and can’t seem to track down the root cause. I’ve attached two visuals for context: A screenshot of the report showing which team members are affected (#INVALID appears across all months for some users like Jerritt and Danny). A data…
-
How to automatically consolidate data from sheets in multiple workspaces into a single master sheet?
Hi Our structure is such that we create a new workspace for each project that we sign on. Within each workspace, lies a sheet with assignee name(s), department(s) and start/end dates for the project. We want to roll up the data from across all project workspaces into a single master resource tracking sheet, and keep adding…
-
Request for PTO Process
I am working on a PTO process for a large team. I have a request form, goes through an approval process, upon approval processing team member receives notification, calendar (using Calendar Addon) is available for viewing by managers. My question is I would like to include an automated way that team members can either…