I know this would be done in Excel using SUMIFS, but I’m trying to use Parabola. I see there’s a SUM function, but I need a SUMIFS function which can provide me the SUM based on 4 criteria - how can this be accomplished?
Table 1:
- Has cost information for specific airline flights
- The 4 relevant criteria are (1) Flight Departure Date (2) Flight Number (3) Origin & Destination and (4) Cabin Class
- The combination of these 4 relevant criteria results in a unique airline flight that is not repeated
Table 2:
- Include flight data for a specific demographic
- This table also includes the 4 relevant criteria listed above (Flight Departure Date, Flight Number, Origin & Destination, Cabin Cass)
- I want to pull in the cost information from Table 1 into Table 2, only if the 4 relevant criteria match