I have a project that I had to create a metrics sheet.
this sheet gets data from another sheet (which is populated by a form).
I have two questions:
- How do I flag a column ONLY if ALL columns are filled in the metrics (I might not be able to make them required fields in the form of the source sheet for a number of reasons, and they might be populated manually after the form is submitted)
- How to add to the metrics sheet ONLY the rows that have 'Custom" and "Chief Residency Session" and exclude 'Qualtity improvement' (alternatively, how to ONLY copy data for "Custom" topic and exclude others? I only have this Presentation Topic column in the source sheet, not the metrics sheet, but can add it, if needed.
The source sheet:
The metrics sheet (all data is linked to the source sheet) with this formula:
example: =IFERROR(INDEX(DISTINCT({Speaker name}), Number@row), "")
thank you.