Sign in to join the conversation:
Hello!
I'm trying to setup a project plan for when a task is marked 'complete' it auto-fills the 'Finish Date' column. Would I use an If, then formula? If so, what would that formula look like?
Thanks!
Crystal
Hi Crystal, this functionality is not currently available without using a third party tool like Zapier. We reverse-engineered our process to have the person enter a date and then have the status update accordingly.
Thanks, Mike! This is helpful. I'll try that approach.
Sounds good. Let me know if you have any questions! We created an Actual Start and an Actual finish date field to measure if the task was in progress or complete and changed the dropdown field with an IF function based on the dates being populated.
Hello, I am trying to create a formula that will separate text. I can't use the Left or Right and the length of names is different. Example: I need to return the first name only in a different column. Format is LastName, First Name Full Name First Name Smith, Joe Joe Jones, Ralph Thompson, Leah Robbins, Sam Robinson, Sally…
For my Customer ID column, I'd like to count how many cells have errors so I'm trying this: =COUNTIF([Customer ID]:[Customer ID], not(iserror(@row ))) The Customer ID column is a lookup from elsewhere, and typically the error that could show up is #NO MATCH. I've tried a few variations of this formula but can't get it to…
I seem to have an issue only if I'm using the default Start/Finish columns in a project plan template with a formula. I need to have a Start date X days after Go Live but it won't accept that a formula is a formula when I use the template columns but it will work if I create my own data column. Here is the formula: =([Go…