Using LibreOffice Calc with the expression SUMIF, is there a way to make the criteria field look for 2 types of values using OR logic? Or do I have to make 2 separate SUMIF's and just add them up?
A B
Joe 1
Joe 2
Tim 3
Roy 4
Tim 5
Roy 6
How do I make a SUMIF to the rows for Joe and Roy so the result is 13? Basically I want it to sum IF cells in A are Joe OR Roy.
Thanks