-
Dynamic formula to return date of next Thursday every week.
I'm wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
-
Conditional Formatting on Symbols Based on Percentage
Hi, I have searched a few articles to help apply a formula to update a symbol based on conditional formatting. Unfortunately, I'm still a little lost. I have a Weekly Project Health column (Symbol type), where users can choose manually the desired status. I also have a Weekly Participation Rate % column (Text/Number type),…
-
Looking for assistance with a formula
Hi all, I am new to formulas and functions in Smartsheet and have a large sheet that I would like to summarize using an "average" formula/function. I need to include at least 2 separate criteria to filter correctly and I am having trouble combining the avg and collect functions as suggested in the functions list. I have…
-
Need help in formula function
I'm not able to get this formula to function in Smartsheet. The material ordered date is 9/3/2025. Am I missing something to get the date rage to populate? =TEXT([Material Ordered Date]@row +28,"MM/DD/YYYY")&"-"&TEXT([Material Ordered Date]@row +42, "MM/DD/YYYY")
-
Roll over Week Dates for a year
I am working on creating a sheet with the Week start date and end date in a column for the 52/53 weeeks of the year. Is there a forumla that rolls over the dates for me (December 30, 2024-January 5, 2025) Column.
-
SUMIFS Formula with Date Column
Hello All, I am using this formula " =SUMIFS({RCX- Kit Forecast - 2025 Range 1}, {RCX- Kit Forecast - 2025 Range 2}, ">=" + TODAY(), {RCX- Kit Forecast - 2025 Range 2}, "<=" + (TODAY() + 5)) " Range 1 is the number column Range 2 is a date column But the value is coming as zero
-
Compare Previous Week
Hello, I am trying to be able to say whether hours went up or down as compared to the previous week but am having trouble referencing the previous week. I have tried to add a helper column but am still getting an error. Any help would be greatly appreciated!
-
I am trying to find a value in a table based on 2 criteria.
I am trying to find a value in a table based on 2 criteria. One of the values is dynamic from a drop down menu, while the other is static value in a column. The first value is found in column "Building type" and the other is found in Resource type. The table I am referencing is also shown. The result would be shown in the…
-
Can you match a date from a drop down column?
Hi, I was trying to focus on preventing errors by added a list of very specific dates one can submit requests. I was hoping to have a drop down of dates to choose from. Then I have additional columns that will match that date selected and autofill the rest of the due dates from another sheet. If the user inputs the date…
-
Adding the year into a formula
Good Morning, I am trying to add a year of 2025 into my below formula and for some reason how i thought it would go isnt working, any ideas: =COUNTIFS({BSA Audit Database Client}, [Primary Column]$1, {BSA Audit Database Date of audit}, MONTH(@cell ) = 8, {BSA Audit Database RAG}, RAG@row ) Thank you.