I want to have a project intake form that can direct projects to one of two different summary sheets depending on the type of project. Alternatively, I want the form to adjust the prefix for an auto-numbered project ID depending on the type of project. i.e. I am looking to implement one of the following two ideas.
Solution 1: "Research" projects are sent to one project intake sheet that auto-numbers the projects with the prefix RS, while "Infrastructure" projects are sent to a different project intake sheet that auto-numbers the projects with the prefect INF.
OR
Solution 2: The project ID prefix is dynamically changed depending the type of project. I don't particularly care if the numbers are sequential within a prefix grouping or across prefix groupings.