Hello,
I need help solving this issue that is stumping me. To goal of the cross sheet reference formula is to highlight which employees are no longer with the company. There is logic in place that when the name contains "TERM-", a column will be checked to help indicate to exclude from reports and counts. However, as shown below, there are rows being struck out for active employees.
- Reference Sheet
Names do not include "Term-"
.
2. Main sheet which includes the formula below on main sheet.
Sheet name: SOCM Forum Membership Form
Formula: =IFERROR(INDEX({OCM Membership Directory |Inactive}, MATCH(Email@row, {OCM Membership Directory |Email}, 1)), "TERM-")
Thank you in advance for your review and help!! 😀