-
What type of formula should I use?
I need to add a specific start and end date dependent on which week # is selected in a "request update" form. For example, if "WK40" from the "WEEK #" column is chosen then "Start Date" would be 9/28/2025 and "End Date" would be 10/02/2025. The problem is that this is for a quarterly report, so there would be 14 weeks with…
-
Count of Distinct Users in a Date Range
I am working on a metrics formula. It worked when I wrote it, I was using the data in a graph, which worked, I changed the graph type, and suddenly the data went to zero. Now, all o my formulas set up like this are all returning a value of 0. Trying to determine what went wrong. I am attempting to count the number of…
-
Referencing a predecessor row
It would be great to reference another row dynamically by using the value in another column. For example, I would love to be able to reference the values of a column in a predecessor row using the predecessor column value. I would love to be able to use a formula like: =[Actual Finish Date]@row - [Actual Finish…
-
Sumifs formula shows wrong value
Hi., I have two sheets: one is the Master Sheet, where multiple people enter and update their status, and the other is a Report Sheet, which summarizes the data using a SUMIFS formula. I’ve been using this setup and formula for about two years without any issues. However, for the past two days, the summary sheet has been…
-
Return a value when one date is less than another
I'm trying to project the amount of non-bill hours we plan to spend on a project between the non-bill approval date and the contract end date. I'm getting an invalid operation error when using this formula: =IF([Column2]1 <= [Contract End Date]@row , [Approved Hours per week]@row , "") Here's my column setup: I've…
-
Most of my Smartsheet Workflows are being disabled and I am baffled as to why
For the past 24 hours or so, I've been battling a phenomenon with my Jira Workflows where a majority of them are being disabled with a message: "The column mapping for this workflow is invalid. Please edit the workflow to fix the issue." I had not made changes to many / most of them in a few days, so it's unclear to me as…
-
Generate formulas using AI in table view
October, 07, 2025 Table view now supports generating formulas using AI, previously only available in grid view. With this feature, you can quickly create working formulas in the formula panel without needing to master complex functions or syntax. Simply describe what you want the formula to do in plain language, and AI…
-
Formula to add Months to Date
This is the simplest formula I can find to add Months to Date. This considers sum of months exceeding 12, converting it to January and adding 1 to the year. Where: Term column is the number of months to add, Date is the starting date. =DATE( YEAR([Date]@row) + INT((MONTH([Date]@row) + [Term]@row - 1) / 12),…
-
SUMIFS Formula, Criterion change based on row
I am working on an attendance tracker that counts the points "Occurrence" someone "Employee Name" gets for missing work in a rolling 12 month span "Rolling 12 Months?". I am attempting to use a SUMIFS formula to create a running total "YTD" of the points someone has accumilated, using the criteria of their name, in the…
-
Conditional Formatting
Hi all, and thanks in advance. I was trying to do a Conditional Format on this. I know how to do it in Excel, as I would use a formula, but I am having trouble with only the dropdown choices available. Okay, I want my CF to check if the 2 circled columns are the same. This instance does not show, however basically I am…