Apr 16, 2023 02:05 PM
New here!
Is it possible to set a different formula in each row of a column? For example, I am looking to set a due date in one of our rows (which is one of our tasks) to automatically calculate a date 2 months before a start date of a program. The second row, is another task and has another due date (7 days before the start date). The start date is the same for both. Is this possible? Thanks!
Solved! Go to Solution.
Apr 16, 2023 03:13 PM
Hi, you can do something like this:
create two separate formula fields (that you can hide), one for each due date calculation, and then using a third field to display the final due date based on the task type. Here's how you can do it:
Apr 16, 2023 07:33 PM
It isn't possible to have different formulas for different cells in a column. It is possible to have a formula that performs different calculations based on record data.
One way to get different {due dates} is to have fields that indicate the number and units of the lead time.
You could also use a single-select field with the lead time:
Apr 16, 2023 03:13 PM
Hi, you can do something like this:
create two separate formula fields (that you can hide), one for each due date calculation, and then using a third field to display the final due date based on the task type. Here's how you can do it:
Apr 16, 2023 07:33 PM
It isn't possible to have different formulas for different cells in a column. It is possible to have a formula that performs different calculations based on record data.
One way to get different {due dates} is to have fields that indicate the number and units of the lead time.
You could also use a single-select field with the lead time:
Apr 17, 2023 10:45 PM
Thanks for this! My company's task list has about 30 tasks and all have different timelines for due dates. This would then create 30 tabs right?
Tasks are done and then triggers someone else to do another task, etc etc. I'd love to automate some of these due dates rather than manually entering them. Any suggestions?
Apr 17, 2023 10:47 PM
Thank you so much! I Think this could work. Any chance you can send me the formulas via message so I can copy and paste them? I am assuming I can name the columns whatever I'd like? Thanks again!