Hello,
Column A ranges from 0 to 1 for 1143 rows
Column B can be a negative to a positive number
Column A Column B
0.1
0.2
0.399 5800
0.41 8065
0.6
1.0
I can get the maximum valuue in Column B =MAX(B2:B1143) = 8065
I can get the address of that cell =ADDRESS(MATCH(MAX(B2:B1143),$B$2:B1143,0),1)
But I want only the maximum value if the corresponding value in A is <= .40, so from the example above, I want the value of 5800 returned not 8065.
Then which cell has this maximum value.
Many thanks,
Margaret
Column A ranges from 0 to 1 for 1143 rows
Column B can be a negative to a positive number
Column A Column B
0.1
0.2
0.399 5800
0.41 8065
0.6
1.0
I can get the maximum valuue in Column B =MAX(B2:B1143) = 8065
I can get the address of that cell =ADDRESS(MATCH(MAX(B2:B1143),$B$2:B1143,0),1)
But I want only the maximum value if the corresponding value in A is <= .40, so from the example above, I want the value of 5800 returned not 8065.
Then which cell has this maximum value.
Many thanks,
Margaret