Hello all,
I have been trying to figure this out for the last couple of (work) days and really need help! I am trying create a summary page for inventory where I can exclude shipped items (Hidden cells; I hid the cells manually). I have been searching online for formulas and found/edited the following:
=SUMPRODUCT(--(SUBTOTAL(3,OFFSET(INDEX($F$1:$F$1841,1,1),ROW($F$1:$F$1841)-ROW(INDEX($F$1:$F$1841,1,1)),0))=1),--($H$1:$H$1841=B1847),$F$1:$F$1841)
However, I then realized that this formula only excludes hidden rows that were AUTO hidden from a data filter. PLEASE HELP ME! Is there a formula that omits the rows I hid myself?!!
((( My original sumif formula was =SUMIF($H$1:$H$1841,B1847,$F$1:$F$1841) )))
Bookmarks