Hello the best excel, MREXCEL!
I have two columns, first is numbers, second is text.
I have long sumifs formula, it gets job done, but is it possible to shorten formula?
This not working:
where is \ in english goes comma. Result:
Thank you in advance, God bless!
p.S. Also, thanks to ExcelIsFun, i cannot, i think, have eg. "<>S-10":"<>S-9": .... rows are dynamic, i0m using sorting.
I have two columns, first is numbers, second is text.
I have long sumifs formula, it gets job done, but is it possible to shorten formula?
Code:
=SUMIFS(F3:F12;F3:F12;">1000";I3:I12;"<>S-10";I3:I12;"<>S-11";I3:I12;"<>S-9";I3:I12;"<>S-5";I3:I12;"<>S-6";I3:I12;"<>S-12")
This not working:
Code:
=SUMIFS(F3:F12;F3:F12;">1000";I3:I12;{"<>S-10"\"<>S-11"\"<>S-9"\"<>S-5"\"<>S-6"\"<>S-12"})
Code:
={102986\70837\134594\134594\134594\134594}
p.S. Also, thanks to ExcelIsFun, i cannot, i think, have eg. "<>S-10":"<>S-9": .... rows are dynamic, i0m using sorting.
Last edited: