-
Re: Best approach to automate users having their own individual checklist for testing?
Hi there, I would try and reformat your checklist so that all data points for each checklist fit into one row. Then I would set up a form for the intial data entry and automate update requests for da…1 · -
Re: Formula Help - Exclude Holidays
I'm note sure but I think that holidays listed in the sheet setting are not included in NETWORKDAYS - you will need to test this or have it confirmed by someone else. If true you could just add holid…1 · -
Re: Dynamic Dates
Yeah, I think this is easy to do... Set up your sheet in gantt form. Then add predecessors as per what you have stated. Should look like the below if I'm understanding you correctly. Syntax for prede…1 · -
Re: Get MAX date from 1 to many possible other dates that meet a criteria
Hi there, Hope the below helps. =max([implementation Due]@row, if([First Extension Stage]@row="Implementation",[First Extension]@row,""),if([Second Extension Stage]@row="Impl…1 ·