-
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(),…
-
Counting Past Due Task
Is there a way to count past due tasks in Smartsheet? I would prefer to count based off of the finish date, but cannot seem to get the formula to work. I am fairly new with the software, so any recommendations would be great! Please let me know. -Branden
-
VLOOKUP Annoyance
Does anybody know if there is a way to rid of this annoying fly-out when viewing a sheet that has some references in it?
-
If and Vlookup
I'm new to Smartsheets and I'm trying to figure out how to do an IF([Response]3="Yes", VLookup formula linked to a reference data sheet. I've tried various ways to input and always get Unparseable. Any help is appreciated!
-
Formula to reference cell in another sheet?
Hi, I'm wondering if it's possible to reference a cell in a different sheet with a formula. My source sheet is intended for users to add entries, and my destination sheet is intended to keep track of when the source sheet was last updated. Because entries are added to the source sheet, and I always want the newest date on…