C
C3PU10
Hello
How can I use OR operator in the SUMIFS function?
I have 4 columns:
Value Pay Period Supplier Type
100 9 Local L
200 9 Local K
300 10 US L
I want to sum all the values of: suppliers = local, period = 9 and
type = (L or K)
I just don't know how to approach the "L or K" problem...
Thanks,
How can I use OR operator in the SUMIFS function?
I have 4 columns:
Value Pay Period Supplier Type
100 9 Local L
200 9 Local K
300 10 US L
I want to sum all the values of: suppliers = local, period = 9 and
type = (L or K)
I just don't know how to approach the "L or K" problem...
Thanks,