-
RYG Balls average
hello, i am looking to find a way to do an average with the RYG balls. ex: 2 green, 2 yellow, 2 red should have should show yellow ball for the overall project. is this something possible? thanks for your help
-
Counting Due This Week
I am trying to count anything that is due this week. I have a due date column in my smartsheet, but what is the best way to count this information?
-
VLOOKUP reference file not being captured through end of sheet
I am having an issue with VLOOKUP. I will attempt to explain. When I set up the parameters to "reference another sheet" I capture all of the row/columns through the end of the sheet. As I add new rows to the source/reference sheet and my main sheet the VLOOKUP does not return the expected values. When I look at the…
-
Change task Duration based on a condition in another cell
Hello Everyone. The projects I handle are the same each time in terms of the tasks to carry out. but they can differ in duration based on the 'size' of the work... I am using a standard sheet template which I also use to forecast, I would like to change the 'duration' of a set of tasks based on a dropdown that would return…
-
IF AND formulas
I wonder if anyone would be able to help me. I am trying to collate some data that allows me to give a count of a number of jobs that have missed a target date. The sheet I am working on also has 2 different cost centres and I would like to break this data down so that I can see the data for each cost centre. I have…
-
today plus x networkingdays
how do i build a formula that gives me the actual date for today + 35 working days?
-
Networkday
Hello all - first time poster I am trying to get the difference between two dates by using the NETWORKDAY formula and I am having an issue. I have 2 date field columns - an assignment date and a go-live date - and I am trying to find the difference in business days between the two. I have successfully run the formula to…
-
Nested If Statements
I'm trying to check a box to indicate whether a remediation item has been opened or closed in the past year. My relevant fields are report date, target date, and date closed. Date Closed could potentially be blank. Here is the formula I've been trying to refine: =IF(OR(TODAY() - [Report Date]77 < 365, TODAY() - [Last Remed…
-
Nested Formula
I’m new to posting in the Community. I have looked through previous posts but cannot find anything similar to what I am trying to do. I am trying to nest a LOOKUP formula. My current (working) formula is: =LOOKUP("In Progress", [Progress Should Be]74:[Unit Number]154, 4, true) There are three possible values in the…
-
If Today is Greater Than
Hello, I have these columns on a sheet: Expected Return Date (date) Actual Return Date (date) Media Manager (contact) How do I send an email to the Media Manager if the Expected Return Date has passed? "If today is greater than Expected Return Date and Actual Return Date is blank, send notification to Media Manager"…