-
count how many times a "Department Name" comes up with completed date
I want to count how many times a "Department Name" shows up once a complete date has been entered into the date "Completed Date" column.
-
Formulas
Hi everyone, I am back again :( . I am trying to figure out how to write a formula that will SUMIF column "Status" is "Active", column "Current Phase" is "Discovery", and column "Discovery Total Time" is populated with a number. The last column will change as the phases are completed. I have attached a screen shot for…
-
Automate RYG balls using two colums with IF/OR & IF/AND
I have successfully automated the RYG balls to show a different color as we get closer to a due date, and then show "OVERDUE" when the due date has passed (Urgency). (Days1 is a hidden column that counts the difference between today's date and the due date) Here is the successful formula: =IF(Days1 >= 7, "Green",…
-
Very Large Save Causes Formula Corruption
I've been trying to understand a problem I'm having with two of my largest Smartsheets. If I move a row up or down or insert or delete a row, especially near the top of the sheet, the Save process will apparently corrupt formulas here and there in my sheet with no warning or error message given. I've gone back and forth…
-
Convert decimal back to hh:mm
Hi, Any help would be greatly appreciated. I am trying to calculate the following: Start Work Time (input) First Break Start Time (input) First Break Finish Time (input) Second Break Start Time (input) Second Break Finish Time (input) Third Break Start Time (input) Third Break Finish Time (input) Work Finish Time (input)…
-
Trouble with RYG Formula:
Can anyone tell me what I am doing wrong here? I am trying to automate RYG balls from a % column. =IF([% Complete]3 < 50, "Red", IF([% Comlete]3 = 100, "Green, IF([% Complete] >50 AND <100, "Yellow")
-
Inserting a Formula into an existing Equation
I have a simple math equation in one of my cells, and in place of one of the numbers I would like to reference a count of cells with dates in them in a certain column. My equation is: =100 - (((60 / 477) * 100)) (this returns a number in a percentage format) and I would like to replace the number "60" with…
-
gantt chart - dependencies that are not necessarily SS or FF (or any other combination)
I have a project where Activity A is anticipated to run for a month. And Activity B starts around the same time, maybe a little later (start date is independent of A).. however B can NOT be closed out until A is complete.. AND B has a hard stop due date. how do I set THAT one up? cuz I don't want B to automatically shift…
-
COUNTIFS on Status and Date Range
Hi Guys I am trying to calculate instances whereby: Status Column = "Scheduled" AND Date Column = date range One of my attempts is shown in the screenshot below, I have tried a few tweeks but can't seem to quite get it right. Any help / advice / guidance would be most appreciated!
-
SOLVED - COUNTIFS Problem
Hi, I'm trying to return a status within a range when the finish date is within 7 days, I've tried a few alternatives with the latest below (using @cell) which I know isn't correct but I'm hoping I'm close. Any advice would be greatly appreciated. =COUNTIFS({RangeStatus}, [Not Started]1, {RangeFinish}, @cell <=TODAY(),…