To subtotal values by invoice number, you can use a formula based on COUNTIF and SUMIF. In the example shown, the formula in E5 is: =IF(COUNTIF($B$5:B5,B5)=1,SUMIF($B:$B,B5,$D:$D),"")
April 14, 2025 · 1 min · 9 words · James Griffin
Criteria can be applied to dates, numbers, and text.