desert rat
New Member
Hi All
trying to use a SUMPRODUCT to to total the amount of times "never" or "quit" appears in a column. Only problem is "quit" is a partial string so it can include "quit >5years" or "quit <5years"
Note - i am using =SUBTOTAL(103,B2) in A2 so when i filter by different sites it only totals/displays those results.
This is what i am using to total the amount of time "never" appears
=SUMPRODUCT(--(F2:F236="never"),SUBTOTAL(103,OFFSET(F2,ROW(F2:F236)-ROW(F2),0)))
this formula works for "never" but i can't workout out how to modify it to inlude the search for "quit"
Any ideas????
Cheers
trying to use a SUMPRODUCT to to total the amount of times "never" or "quit" appears in a column. Only problem is "quit" is a partial string so it can include "quit >5years" or "quit <5years"
Note - i am using =SUBTOTAL(103,B2) in A2 so when i filter by different sites it only totals/displays those results.
This is what i am using to total the amount of time "never" appears
=SUMPRODUCT(--(F2:F236="never"),SUBTOTAL(103,OFFSET(F2,ROW(F2:F236)-ROW(F2),0)))
this formula works for "never" but i can't workout out how to modify it to inlude the search for "quit"
Any ideas????
Cheers