Sum filtered rows - Excel dynamic array formulas

preview_player
Показать описание
sum filtered rows - This video demonstrates how to do a conditional sum for just visible rows taking advantage of the regular construct for summing filtered cells but with a little twist

Link to Workbook

00:00 Introduction
00:30 Data -Concept description
01:00 How to sum visible cells - Subtotal/Aggregate
03:40 Modifying the formula to include visible cells flag
04:15 Solution without helper functions
06:21 Final Thoughts
Рекомендации по теме
Комментарии
Автор

I used BYROW and SUMPRODUCT instead of MAP and SUM

=SUMPRODUCT($E$3:$E$22, ($G$3:$G$22=D26)*BYROW($E$3:$E$22, LAMBDA(rng, SUBTOTAL(103, rng))))

abdallahdataguy
Автор

Great tutorial and solution. Using dynamic array function even made it neater. Thanks for sharing

nonoobott
Автор

One more solution with the Momoh Pattern, in Excel!!!

pro