-
SUMIF Formula Help
Hi I am trying to work out how to do a a SUMIF formula but I can't get it to work. I have a number of columns, one is a fee column (formatted as a Text/Number) and the other is a payment received column (formatted as a date). I have parent/child rows and want to perform this function on a parent row so it sums the…
-
Link a summary sheet to multiple workplans
I'd like to be able to link to fields in a separate worksheet based on certain criteria. I'll give an example to try and explain: I have multiple projects running concurrently; each has a separate project plan as they are shared with different stakeholders. Each project plan has an overall RYGB status, based on the 'worst'…
-
Trouble with nesting formula, could use some advice
Hello, I am attempting to use nested formula's to create a status update. I started with, =IF(NO(ISBLANK([Date Submitted to Engineering]),"Sent to Engineering")) and it worked fine. The problem is I need to add multiple status options, with automation like this. So I added the second status and it will not work. Here is…
-
Creating a Purchase order spreadsheet
Wondering what template might be the best way to create and share a purchase order system for our construction projects. I want to add links, pictures, pricing quantities etc. Can anyone help with this
-
If/And statements
Hi All, So, I am trying to set a trigger flag to be checked when a request is within a certain amount of days and not approved or denied. I would like the flag to trigger a reminder email to the approver indicating the request is imminent and they have yet to approve/deny it. I can't seem to get the IF/And function to work…
-
Series of Checkboxes triggers complete
We're using Smartsheets to track our projects through the production process. We have one sheet that is just a list of the items, with 6 check boxes signaling that portion is complete. When all 6 check boxes are marked "checked"/true, I'd like the last column to automatically update as "completed." I've looked around and…
-
How do i - If this is checked , then check this on another sheet?
i have 2 sheets to reference first sheet has a confirmed check box column but on another sheet i want it to check a box as a pilot user if the confirmed was checked... is there a way to do this with a formula?
-
How to track tasks that are behind schedule
I'm looking for options to track my tasks that go beyond my baseline date. I don't want to simply update the baseline date because I won't know how far behind they are. Is the only option to create another column for actual completion date?
-
Changing date within formula
I am looking to find a way to incorporate a changing value to the hours needed per day in order to meet deadlines. In addition i've input task completion % in order to account for the completion rate. My current formula is the following : =IF(ISNUMBER([Man Hours Allowed]3), ([Man Hours Allowed]3 / Duration3) * (1 - [%…
-
Nested If Statement with If/And in it
I'm having trouble adding If/And to a nested IF statement. Hoping someone might be able to spot where I'm going wrong. What I'm trying to do is automate a red, yellow, green, blue column. The last criteria combine criteria in two separate fields. Thank you! =IF([Approval Status]1 = "Denied", "Red", IF([Approval Status]1 =…