Hello,
This formula was created for us:
=IF(CONTAINS("Wilson", [Course Type]@row), "", IFERROR(IFERROR(INDEX(COLLECT({Session Start Date}, {Session Title}, "VCoP#1", {Cohort Name}, [Absorb Code]@row), 1), INDEX(COLLECT({Session Start Date}, {Session Title}, "IMP Meeting #1 (asynchronous)", {Cohort Name}, [Absorb Code]@row), 1)), " "))
This is a column formula in our "Intake Sheet". It brings in dates from a separate spreadsheet that are connected to the words in quotes. These words and dates are coming in from Salesforce. Then the "Intake Sheet" formula sends the information out into our tasks sheets for individual projects.
**I want to add "In-Person CoP#1" as one of the words pulling in the date data. Whenever I follow the same coding, the formula comes back as "Incorrect Argument Set". This is what I've typed in and it comes back as an error:
=IF(CONTAINS("Wilson", [Course Type]@row), "", IFERROR(IFERROR(INDEX(COLLECT({Session Start Date}, {Session Title}, "VCoP#1", {Cohort Name}, [Absorb Code]@row), 1), INDEX(COLLECT({Session Start Date}, {Session Title}, "In-Person CoP#1", {Cohort Name}, [Absorb Code]@row), 1), INDEX(COLLECT({Session Start Date}, {Session Title}, "IMP Meeting #1 (asynchronous)", {Cohort Name}, [Absorb Code]@row), 1)), " "))
What am I doing wrong? How do I add this?
Thanks for your help!