Hello everyone,
I am trying to use the SUMIFS function, but my goal is to make the CRITERIA (not the Criteria Range) dynamic. I mean, I want to be able to add new values to "Event" and "Mode"(image below) without updating the SUMIFs.
In the example below, I want to calculate the TOTAL when the Event (column B) is equal to the "Event List" (column F) and the Mode (column C) is equal to "Modes List" (column G), but I want to write a function that will automatically handle new members to the "Events List" and "Modes List".
SUMIFS does not return the correct result when I add the cells F4:10 and G4:G10 as the criterias (the criterias for which columns B and C wil be evaluated).
I am trying to use the SUMIFS function, but my goal is to make the CRITERIA (not the Criteria Range) dynamic. I mean, I want to be able to add new values to "Event" and "Mode"(image below) without updating the SUMIFs.
In the example below, I want to calculate the TOTAL when the Event (column B) is equal to the "Event List" (column F) and the Mode (column C) is equal to "Modes List" (column G), but I want to write a function that will automatically handle new members to the "Events List" and "Modes List".
SUMIFS does not return the correct result when I add the cells F4:10 and G4:G10 as the criterias (the criterias for which columns B and C wil be evaluated).