View Single Post
 
Old 01-10-2017, 10:59 AM
adisco adisco is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Jan 2017
Posts: 2
adisco is on a distinguished road
Default

I got the solution finally:

Pragmatic solution:
Use a helper column to extrat the number then use SUBTOTAL(); So say your helper column was column C you would use =SUBTOTAL(104,C3:C500) – by Scott Craner

why aggregate function doesn't ignore hidden cells:
Neither the aggregate or the subtotal works with the string parse, that needs to be done prior to the formula. – by Scott Craner
Reply With Quote