Thread: [Solved] Sum visible rows
View Single Post
 
Old 06-19-2023, 08:22 PM
soroush.kalantari soroush.kalantari is offline Windows 10 Office 2016
Competent Performer
 
Join Date: Jun 2021
Posts: 124
soroush.kalantari is on a distinguished road
Default

Quote:
Originally Posted by p45cal View Post
Why don't you use the built-in functions which deal with hidden/visible rows:
in D6:
=SUBTOTAL(109,D712)
or:
=AGGREGATE(9,3,D712)
It is because my routine work is such that I am used to hide rows temporaly by “grouping tool” and when I unhide the rows, I don’t want to sum include privously hidden rows which now are visible.
But thank you for your answer. It can solve part of my problem and I learned from your answer some Built in excel function that I didn’t know before.
Reply With Quote