-
Need help finishing formula for status
I want to Turn the status to Yellow if [Done?] is unchecked and the field [Server must be 100% Cutover to New Box by:] is less than 13 days away from today if not then green. So this works: =IF(AND([Done?]@row = 0, [Server must be 100% Cutover to New Box by:]@row - TODAY() < 13), "Yellow", "Green") BUT, I want to add to…
-
How can I track when a ticket is past its number of SLA days??
Hello, thank you in advance with helping with this question! Please see below: Situation: My team uses a Smartsheet intake form to take work requests from other teams. This populates into a sheet with the needed information to move tickets to different status' (ex: New Request, Active, Backlog, Triage Required). All of…
-
IF OR Formula Help!
Hello! I'm trying to put together a formula in the Posted To field pictured below, to return a result of either "Internal" or "External." The formula I'm using is below. =IF(OR([Portal Status]@row = "Posted", [ATS Posted]@row = "internal"), "Internal", "External") This formula returns an "Internal" result but I can't quite…
-
Average number of day formula
I have these two columns "Date Created" and "Date Closed". I need to write a formula that looks at all 1000+ rows of data and produces an average amount of days it takes to close a row of data. The formula will be in my calculations sheet. So, I'll be referencing this data. Should I use the "averageifs"? I really…
-
Can you call a sheet summary formula inside another sheet summary formula?
I have 6 sheet summary formulas. They are a sum of loads in that year over the 6 years those formulas represent. What im trying to do is calculate the percent changed year over year but it seems I cant call those formula returns into another sheet summary formula.
-
Add number of months to effective date to output End Date
output End Date based on Contract Term (months) less 1 day. so basically add the number of months to the Effective Date, less one day to get the End Date.
-
Is there a way to create a form that the data is accumulated on the main sheet?
For example: If employee A gets 200 points submitted in December and 100 points in January, on the line with Employee A, they should have a total of 300 points. Thank you for your help.
-
Count of Unique Participants in a Time Range
Hello, I am attempting to write a formula for this sheet that counts the total numbers of unique patient ID within a date range (7/1/20-6/30/21) from the "date of CM" column. Anyone know how to do that? I keep getting an error message.
-
Cross Sheet IF Statement
I'm struggling! I feel like this should be a simple formula but I'm unable to get it done. I'm referencing another sheet to bring in a name ONLY if their status in another column matches "Grandfathered". In the formula below, I'm attempting to bring in the name of an individual (Range 5) if their status (Range 6) =…
-
Trying to set a column formula without it marking blank rows!
Hello! I am running into an issue where I am trying to have the status bubble change colors based on status of the project. Red, yellow, green, gray. I have got that part figured out, but when I go to make it a column formula so that it applies to all rows, even new ones that are added, it puts the red bubble in rows that…