Hi,
It looks like sumifs formula has got a lookup limit of 15 digits and is there any better way to work around it? I tried sum(if under assay formula but hope there is something else quicker we can do?
In addition, if I want to use sumif does not equal to a particular value in a cell i tried this =sumifs(G:G,F:F,"<>"&C256) but it does not looks like it is working as it still picks the value equals to the value in C256?
Lastly, with sumifs formula all these criteria are lookup all once and is it possible to have a formula to look up two variance on the same time for a particular row? e.g. with the formular
sumifs(D:D, A:A,"<>Apple",B:B,"<>Yellow",C:C,"<>Thursday")
A B C D
1 apple yellow friday 5
2 pear green friday 6
3.apple purple friday 8
4.apple purple thursday 8
5.apple purple friday 8
so for now the formula gives sum of 6 but I need 22 as I would like the formula to check A:A for not equal apple and B:B not equal to yellow on the same time not separately.
Your help is much appreciated.
Cheers,
Peter
It looks like sumifs formula has got a lookup limit of 15 digits and is there any better way to work around it? I tried sum(if under assay formula but hope there is something else quicker we can do?
In addition, if I want to use sumif does not equal to a particular value in a cell i tried this =sumifs(G:G,F:F,"<>"&C256) but it does not looks like it is working as it still picks the value equals to the value in C256?
Lastly, with sumifs formula all these criteria are lookup all once and is it possible to have a formula to look up two variance on the same time for a particular row? e.g. with the formular
sumifs(D:D, A:A,"<>Apple",B:B,"<>Yellow",C:C,"<>Thursday")
A B C D
1 apple yellow friday 5
2 pear green friday 6
3.apple purple friday 8
4.apple purple thursday 8
5.apple purple friday 8
so for now the formula gives sum of 6 but I need 22 as I would like the formula to check A:A for not equal apple and B:B not equal to yellow on the same time not separately.
Your help is much appreciated.
Cheers,
Peter
Last edited: