i have a simple table...first row is headers (has an autofilter enabled
on all columns)...middle rows are data and last row are totals (sum,
average, etc).
if you use the sum() or average() functions on the totals with the
autofilter on...the totals will not reflect the total of the filtered
data...so i changed the sum() and average() functions with the subtotal
() function...
here's the question...what if instead of sum(), i want to use a sumif()?
the sumif() function i have is supposed to sum only the positive values
found on the column of that table...