MAXIFS problem - Trying to find max when another cell is N

ollyhughes1982

Well-known Member
Joined
Nov 27, 2018
Messages
677
Office Version
  1. 365
Platform
  1. MacOS
Hi. In my file (link below) and worksheet 'All Completed Runs - Misc. Met.', please could someone solve what is going wrong with my formula in cell B2? (highlighted orange). I am attempting to find the max value in the AR column of the ‘All Completed Runs’ worksheet, whenever there is an entry and column C.

My current attempt at a formula in cell B20 is: =MAXIFS('All Completed Runs'!AR3:AR2002,'All Completed Runs'!C3:C2002,C225<>"")

https://1drv.ms/x/s!AtIvkRgReIvwgTdNIGandjTeGGdr?e=3ZCtRH

Thanks!
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Without opening your file I would say that it should be

=MAXIFS('All Completed Runs'!AR3:AR2002,'All Completed Runs'!C3:C2002,C225,"<>")
 
Upvote 0
Or maybe
=MAXIFS('All Completed Runs'!AR3:AR2002,'All Completed Runs'!C3:C2002,"<>")
 
Upvote 0
Glad we could help & thanks for the feedback
 
Upvote 0
Good catch, Fluff. I hadn't noticed the stray 'C255' in the formula, I could see that yours was shorter but had to go over mine 3 times before I noticed the error :oops:
 
Upvote 0
It took me a while to spot the difference, between you formula & the OP's :oops:
 
Upvote 0

Forum statistics

Threads
1,214,574
Messages
6,120,327
Members
448,956
Latest member
Adamsxl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top