Could someone please help?
Need to sum up all values in a column based certain conditions. See example below:
Amount Status_1 Status_2 REF
500 YES PENDING POP
1200 YES PAID POP
2500 YES PENDING BOC
8000 NO PENDING BOC
1800 YES PENDING POP
The formula to sum up all amounts that fulfill the following three condtions
IF,
Status_1 = YES
Status_2 = PENDING
REF = POP
In this example, the result should be €2.300 (ie adding row 1 and row 5)
Please helppppp!
Need to sum up all values in a column based certain conditions. See example below:
Amount Status_1 Status_2 REF
500 YES PENDING POP
1200 YES PAID POP
2500 YES PENDING BOC
8000 NO PENDING BOC
1800 YES PENDING POP
The formula to sum up all amounts that fulfill the following three condtions
IF,
Status_1 = YES
Status_2 = PENDING
REF = POP
In this example, the result should be €2.300 (ie adding row 1 and row 5)
Please helppppp!