-
Max Collect Formula for Dates in 1 row?
I have read other help articles, tried writing with AI and still could use some help in writing a formula for the following scenario. I have three date columns. and want to return the value of the date that is the next date but in the future. if the dates were: 10/1/25, 10/10/25 and 11/1/25 it would return 11/1/25. This…
-
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…
-
List of U.S. Federal Holidays in MM/DD/YY Format
I need to add business days to a date, and the guidance I'm finding on this seems very arduous and labor-intensive (and it's taking ChatGPT 10 minutes to come up with a list in the proper format!). What are you all doing to manage U.S. Federal Holidays in your Sheets for calculating business days? There has to be a quicker…
-
INDEX COLLECT MIN (again)
Had a follow up question to my previous question located here. — I was using the original sheets, which I fixed with the solution from that thread, as a template. Today, I copied them over to essentially create the same system for a different LOB. I checked the box that updated all formulas to the new references. Now, in…
-
Perpetual dates
I have a formula that will give me a date. However, when the date is < then today, I want to add lets say 80 days or reference another cell. My formula keeps giving me an error and I tried chat GPT, but no dice. Any help would be appreciated 💖🥹 This is my base formula to give me the initial date: This formula is located in…
-
Average Collect formula
Hi, I have a question regarding a formula: We want to get an average result from few columns: First will be the Scoring (Score) Second will be the employee name (Name) Third is the check type we did (Check Type) Fourth is the month (Month) Formula that we used: =AVG(COLLECT({Score}, {Name}, [Name]@row ), {Check Type},…
-
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…
-
Pre-Filled Forms Using URL Queries: Tips and Tricks
Using URL queries to pre—fill forms seems to be catching on a bit more lately. There are a lot of resources out there, but they can be kind of spread out, so I figured I would start a thread that has some of the lessons learned, tips, and tricks that I have discovered along the way. Tip #1 [info callout] The first one that…
-
Broken formula - linking cells from one SS to another - help!
Hi. Someone on my team mistakenly broke a formula that linked a column called "Construction End Date" between 2 SSs. Source sheet name: De Novo SS Pipeline Source sheet column name: Construction End Date When a Construction End Date is typed in here, it should auto-populate a sheet named De Novo (New Builds). Target column…
-
Need help with IF statement that will return
I am new with Smartsheet but am tasked with creating a formula that will return a sum under certain conditions. If the Cost UoM is EACH I need to just return the value in Cost Per Unit, If not EACH then I need to return Nom. Output Cap. * Cost Per Unit. Thanks in advice everyone.