Hi,
I am seeking support to help me with an excel formula which provides sum of PAX Count wherein any of the below conditions are met, but should not double count
OD = ICNMAN
Class = Economy
Tour Code = A12345
The result I am expecting is - 92.
Rows highlighted in Red should not be double counted.
Any quick help is appreciated!
I am seeking support to help me with an excel formula which provides sum of PAX Count wherein any of the below conditions are met, but should not double count
OD = ICNMAN
Class = Economy
Tour Code = A12345
The result I am expecting is - 92.
Rows highlighted in Red should not be double counted.
Any quick help is appreciated!
OD | Class | TourCode | PAX Count |
LHRDEL | Economy | A12345 | 20 |
ICNMAN | Economy | 32 | |
AMDYYZ | Business | 14 | |
ICNMAN | Business | A12345 | 18 |
LHRDEL | Business | 16 | |
AUHDEL | Economy | 22 |