Max number if not equal to the cell references in two other cells

tamsh

New Member
Joined
Jun 25, 2015
Messages
13
Office Version
  1. 2019
Platform
  1. Windows
Hi, I would like to return the max number from a list, if that number has already not been selected in two other cells. Thus far I have used max to find the highest number in one array, putting result into a cell. Then a second max to find the highest number in a second array, putting result into a cell. Then used CELL to display the cell reference of each maximum number in two other cells.

What I now need is to find the highest number in the entire array (both arrays) that has not already been identified in the other two max formulas.

Hope that makes sense...

Can this be done?
 
Glad we could help & thanks for the feedback.
 
Upvote 0

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
The formula from Kerryx does not do what you said you wanted. :confused:
In this scenario you said it should return 9 which it doesn't.
Fluff (version 1).xlsb
ABCD
11233
28999
38
Main
Cell Formulas
RangeFormula
D1:D2D1=MAX(A1:C1)
D3D3=LARGE(IF(D1:D2<>A1:C2,A1:C2),1)
Maye just misunderstood whole question as i thought if for example 9 was already in the max selection in one of the previous cells , he was looking for next highest value from all the arrays, as 9 was already there it would be 8... :(
 
Upvote 0
That's not how read it, but I could easily be wrong.
 
Upvote 0

Forum statistics

Threads
1,215,093
Messages
6,123,068
Members
449,091
Latest member
remmuS24

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