Forum Discussion
CBHJoshD
May 29, 2020Copper Contributor
=SUMIF Formula
Hi All, Using Sum if as a tally to work out how much weld a welder has done, so i have multiple tables of weld id's then beside them the length they did. Welder ID = Column D Length = Colum...
CBHJoshD
May 29, 2020Copper Contributor
I would like to do both the of the columns in the one formula, I need to get the result all in the one cell
ShishirKumar
May 29, 2020Brass Contributor
Use SUMIF twice. SUMIF(once set of condition) + SUMIF(second set of condition).
This will give result in a single cell.