Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 01-01-2017, 02:21 PM
adisco adisco is offline Error: AGGREGATE_doesn't ignore hidden rows for particualr array range Windows 7 64bit Error: AGGREGATE_doesn't ignore hidden rows for particualr array range Office 2013
Novice
Error: AGGREGATE_doesn't ignore hidden rows for particualr array range
 
Join Date: Jan 2017
Posts: 2
adisco is on a distinguished road
Default Error: AGGREGATE_doesn't ignore hidden rows for particualr array range

Dear all

Please find bellow one issue I am encountering with AGGREGATE function, I don't succeed to make formula ignoring hidden rows

Imput data:
column B (B3:B9) --> text strings in the next format : 24 ± 6 (18...30) μm

Desired Output Data:


- search in cells B3:B9, between the "..." and close parenthesis ")" [ meaning ...30) ] and return max value
- don't take into account hidden rows/filtered cells

My solution:
- isolate text between "..." and close parenthesis ")" using MID & FINF functions
MID(B3:B9;FIND("...";B3:B9)+3;FIND(")";B3:B9)-FIND("...";B3:B9)-3)
result ==> array {"30";"26";"30";"70";"60";"100";#N/A}
- transform text to number (multiplying by *1)
- apply AGGREGATE(14;7;RANGE;1) - ignore error and hidden cells

The encountered problem:
I don't succeed to make formula ignoring hidden rows (I always get the same result 100)
Does anybody have an explanation for this issue ?

Thanks a lot for any support.

Attached the excel file

without filter : max value = 100 for 100 expected

FORMULA=AGGREGATE(14;7;(MID(B3:B9;FIND("...";B3:B9)+3;FIN D(")";B3:B9)-FIND("...";B3:B9)-3)*1);1)=AGGREGATE(14;7;C3:C9;1)RETURNED MAX VALUE100100RANGE OF VALUES24 ± 6 (18...30) μm3022 ± 4 (18...26) μm2625 ± 5 (20...30) μm3047,5 ± 22,5 (25...70) μm7042,5 ± 17,5 (25...60) μm6075 ± 25 (50...100) μm100#N/A#N/A

with filter : max value = 100 for 70 expected

FORMULA=AGGREGATE(14;7;(MID(B3:B9;FIND("...";B3:B9)+3;FIN D(")";B3:B9)-FIND("...";B3:B9)-3)*1);1)=AGGREGATE(14;7;C3:C9;1)RETURNED MAX VALUE10070RANGE OF VALUES47,5 ± 22,5 (25...70) μm70
Reply With Quote
  #2  
Old 01-10-2017, 10:59 AM
adisco adisco is offline Error: AGGREGATE_doesn't ignore hidden rows for particualr array range Windows 7 64bit Error: AGGREGATE_doesn't ignore hidden rows for particualr array range Office 2013
Novice
Error: AGGREGATE_doesn't ignore hidden rows for particualr array range
 
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
Reply

Tags
aggregate, array, error



Similar Threads
Thread Thread Starter Forum Replies Last Post
Error: AGGREGATE_doesn't ignore hidden rows for particualr array range Auto update excel graph range, ignore data when date reads 00-Month-00 SavGDK Excel 2 06-24-2016 08:05 AM
MODE function excluding hidden rows michael_1962 Excel 1 05-21-2015 10:09 PM
Error: AGGREGATE_doesn't ignore hidden rows for particualr array range VBA to keep hidden rows hidden when filtering tectonicseer Excel Programming 1 07-27-2014 11:54 AM
Error: AGGREGATE_doesn't ignore hidden rows for particualr array range how to view hidden rows gsrikanth Excel 10 01-27-2012 05:29 AM
Error: AGGREGATE_doesn't ignore hidden rows for particualr array range hidden rows gsrikanth Excel 5 01-19-2012 02:40 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:51 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft