I’m sure it’s simple but I’m stuck and see the solution. I’m running a pretty large list of inventory items. At the top of list I’m counting the unique items based on criteria (Crates, Cases, Pallets, etc.). Then I’m totaling the cubic footage of those various categories of items. Next I’m totaling the weight of the same.
I’m doing all this with formulas, such as…
=COUNTIF(SU,"Crate")
=IF($I$4="","",SUMIF(SU,"Crate",CU_FT))
=IF(I4="","",SUMIF(SU,"Crate",Lbs))
Everything works great…except when I apply the Advanced Filter to the list. I just want the summary section to reflect the visible cells. Which it does not.
I'm not opposed to calculating these figures with VBA either.
Thanks in advance for any help that can be provided.
Phil