Microsoft 365 and Office | Excel | For home | Windows
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
how do i sum individual cell numbers in a filter column in excell without lossing the summation when removing the filter e.g SUM A5,A12,A20,A31
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi @alan marwa
instead of sum (A:A) specify sum (A1:A30) like that and when you filter include blanks as well so it will calculate sum of all values only. attached the screenshot for your reference.
Thanks.