Need to sum a set of number with criteria "SW/**" as a subtotal
What do you mean? Include in the sum everything that starts with SW/ ?
Or are you looking specifically for SW/** ?
In the first case,
=SUMIF(H2:H470,"SW/*",J2:J470)
In the second case
=SUMPRODUCT((H2:H470="SW/**")*J2:J470)
HTH
Kostis Vezerides
kj108 wrote:
Need to sum a set of number with criteria "SW/**" as a subtotal
Something like
SUMIF(H2:H470) "SW?**", SUBTOTAL(9, J2:J40))
|