Forum Discussion
Stefan Meier
Sep 27, 2017Copper Contributor
How can I calculated the maximum of the values in a column based on conditions on other columns
This is an Excel 2010 problem. I know that in later Excel versions there is a MAXWENN function and a MAXWENNS function but I cannot use those because in this company there is only Excel 2010. I h...
SergeiBaklan
Sep 27, 2017Diamond Contributor
Hi Stefan,
Do you use your formula as array one (Ctrl+Shift+Enter)?
- Stefan MeierSep 27, 2017Copper ContributorHi Sergei,
I tried that too.. but it did not change the result.- SergeiBaklanSep 27, 2017Diamond Contributor
Stefan,
I'm in English interface, bit hard to sort out your formula. Instaed i reproduce small table, hope close to your logic
Fomula is (array one)
=MAX( IF( ([@Nr]=Table1[[#All],[Ref]])*(Table1[[#All],[Status]]<>"done"), Table1[[#All],[Res '[Tage']]] ) )
Try to open attached file, it shall be shown in your local interface.
- SergeiBaklanSep 27, 2017Diamond Contributor
In addition - AND doesn't work in array formulas. Instead of AND(range1, range2) it shall be
range1*range2