I'm working on a project that involves matching organization names across two sheets, but I'm running into some complexity and could use guidance on how to approach it.
- The source sheet contains all organizations that have received donations since 2020, including donation amounts, dates, and progress status.
- The secondary sheet includes a smaller list of specific organizations I need to focus on.
My goal is to sum the donation amounts from the source sheet only when:
- The “Organization Name” matches one from the secondary sheet,
- The “Date of Submission” is in 2025, and
- The “Progress” status is marked as "Complete."
My thoughts were an index and match formula. However, I’m unsure how to account for the additional criteria. Any recommendations on what formula to use?